aboutsummaryrefslogtreecommitdiffstats
path: root/askama_gotham/tests/basic.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-29Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman1-2/+0
2019-03-18Default to UTF-8 mime type for actix-web and gothamLibravatar Steven Pease1-1/+4
2018-12-10Implement `IntoResponse` for `Template`, allowing them to be used in ↵Libravatar Kellen Frodelius-Fujimoto1-0/+39
`gotham` handlers.