aboutsummaryrefslogtreecommitdiff
path: root/src/pages/mod.rs
blob: d53561b2e628e2737ce87aeef094d50c80b77f58 (plain)
1
2
3
4
5
6
7
//! All the pages in webgit
//!
//! A page is defined by it's template type as well as it's route,
//! which is exported from the module and then called by the router

pub mod repo;
pub mod p404;