macro_rules! template {
($tera:expr, $name:expr, $path:expr) => { ... };
}Expand description
Macro to reduce boilerplate for template registration
macro_rules! template {
($tera:expr, $name:expr, $path:expr) => { ... };
}Macro to reduce boilerplate for template registration