1
2
3
4
5
6
7
8
9
//! Web interface templates.

pub mod base;
pub mod index;
pub mod navbar;
pub mod reading;
pub mod sensor;

const DATE_FORMAT: &str = "%b %d, %H:%M:%S";