mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00

In generated code or macros, it might be useful to emit multiple `#[template]` attributes. E.g. ```rust #[template(source = "Hello!")] #[template(ext = "txt")] struct Hello; ```