mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-01 23:10:54 +00:00

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`.