This commit is contained in:
Pascal Engélibert 2026-02-13 22:49:30 +01:00
commit 37eaccd80e
6 changed files with 160 additions and 45 deletions

5
src/templates.rs Normal file
View file

@ -0,0 +1,5 @@
use trillium_askama::Template;
#[derive(Template)]
#[template(path = "home.html")]
pub struct Home {}