aboutsummaryrefslogtreecommitdiffstats
path: root/askama_hyper/templates/hello.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-25Implement basic hyper integrationLibravatar René Kijewski1-0/+0
The integration is based on askama_gotham. There is no specific trait to convert an arbitrary T to `hyper::Response`, so I used `From<Template> for hyper::Response`.
2020-01-29Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman1-0/+0
2017-08-10Add README example as a test caseLibravatar Dirkjan Ochtman1-0/+1