askama
This commit is contained in:
parent
a2bd5eb869
commit
37eaccd80e
6 changed files with 160 additions and 45 deletions
5
src/templates.rs
Normal file
5
src/templates.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use trillium_askama::Template;
|
||||
|
||||
#[derive(Template)]
|
||||
#[template(path = "home.html")]
|
||||
pub struct Home {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue