mirror of
https://github.com/actix/examples
synced 2024-11-28 08:22:39 +01:00
14 lines
284 B
Markdown
14 lines
284 B
Markdown
# MiniJinja
|
|
|
|
Minimal example of using the template engine [MiniJinja](https://github.com/Keats/tera) that displays a form.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
cd templating/minijinja
|
|
cargo run
|
|
```
|
|
|
|
- <http://localhost:8080>
|
|
- <http://localhost:8080/non-existing-page> - 404 page rendered using template
|