1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/templating/minijinja
2024-07-07 01:26:05 +01:00
..
src chore: update actix-multipart to v0.7 2024-07-07 00:59:16 +01:00
templates add minijinja templating example 2022-10-16 21:20:01 +01:00
Cargo.toml chore: update minijinja to 2 2024-07-07 01:26:05 +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