1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/templating/yarte/README.md
2022-03-06 00:43:10 +00:00

12 lines
183 B
Markdown

# yarte
Minimal example of using template [yarte](https://github.com/botika/yarte) that displays a form.
```sh
cd templating/yarte
cargo test
cargo run
```
> open `localhost:8080`