1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/templating/minijinja
2023-03-14 02:40:02 +00:00
..
src update actix-web-lab dep 2023-03-14 02:40:02 +00:00
templates add minijinja templating example 2022-10-16 21:20:01 +01:00
Cargo.toml update deps 2023-01-07 15:23:31 +00: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