1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/templating/minijinja
2022-10-26 16:51:27 +01:00
..
src add auto reloading to minijinja 2022-10-16 21:49:01 +01:00
templates add minijinja templating example 2022-10-16 21:20:01 +01:00
Cargo.toml update deps 2022-10-26 16:51:27 +01:00
README.md update readme 2022-10-17 14:34:36 +01:00

MiniJinja

Minimal example of using the template engine MiniJinja that displays a form.

Usage

cd templating/minijinja
TEMPLATE_AUTORELOAD=true cargo run