clemsbot/src/app/web/template/index.rs

6 lines
102 B
Rust
Raw Normal View History

2021-08-18 05:45:44 +00:00
use askama::Template;
#[derive(Template)]
#[template(path = "index.html")]
pub struct IndexTemplate;