1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/templating/yarte/README.md
2022-02-18 02:13:55 +00:00

11 lines
184 B
Markdown

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