mirror of
https://github.com/actix/examples
synced 2024-11-24 14:53:00 +01:00
12 lines
183 B
Markdown
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`
|