Layers, extractors and template engine wrappers for [axum] based Web MVC applications
Cargo.toml
toml
[dependencies]
axum-template = "0.3"
The [engine
] module contains detailed usage examples for each of the
supported template engines.
If you plan using an unsupported engine, check the [TemplateEngine
] docs
handlebars
: Enables [handlebars] supportminijinja
: Enables [minijinja] supporttera
: Enables [tera] supportLicensed under the MIT license. See [LICENSE] for more information