summaryrefslogtreecommitdiff
path: root/src/views/brochure.rs
blob: 0d2f8fc4d823f4677ee52b08dc0089f1df6de428 (plain) (blame)
1
2
3
4
5
6
use crate::helpers::*;
use askama::Template;

#[derive(Template)]
#[template(path = "brochure/index.html")]
pub struct BrochureTemplate;