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

#[derive(Template)]
#[template(path = "highered.html.j2")]
pub struct HigherEdTemplate;