1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/templating/minijinja/README.md
2022-10-17 14:34:36 +01:00

14 lines
318 B
Markdown

# MiniJinja
Minimal example of using the template engine [MiniJinja](https://github.com/mitsuhiko/minijinja) that displays a form.
## Usage
```sh
cd templating/minijinja
TEMPLATE_AUTORELOAD=true cargo run
```
- <http://localhost:8080>
- <http://localhost:8080/non-existing-page> - 404 page rendered using template