pub(crate) type State = Arc<RwLock<(DataClient, Tera, String)>>;
pub(crate) struct State { /* private fields */ }