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

12 lines
183 B
Markdown
Raw Normal View History

2019-03-12 21:15:53 +01:00
# yarte
2019-11-19 10:56:19 +01:00
Minimal example of using template [yarte](https://github.com/botika/yarte) that displays a form.
2019-03-12 21:15:53 +01:00
2022-02-18 04:36:04 +01:00
```sh
2022-02-18 03:13:55 +01:00
cd templating/yarte
2019-04-01 01:23:31 +02:00
cargo test
2019-03-12 21:15:53 +01:00
cargo run
```
2022-03-06 01:43:10 +01:00
2019-03-12 21:15:53 +01:00
> open `localhost:8080`