1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/templating/tera
2023-07-09 03:32:47 +01:00
..
src s/str::to_string/str::to_owned 2023-07-09 03:32:47 +01:00
templates restructure folders 2022-02-18 02:01:48 +00:00
Cargo.toml standardize examples 2023-03-14 03:11:49 +00:00
README.md add minijinja templating example 2022-10-16 21:20:01 +01:00

template_tera

Minimal example of using the template tera that displays a form.

Usage

cd templating/tera
cargo run