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

#[derive(Template)]
#[template(path = "k12.html")]
pub struct K12Template;