1
2
pub static TEMPLATE_INDEX: &[u8] = include_bytes!("index.hbs");
pub static TEMPLATE_RECIPE: &[u8] = include_bytes!("recipe.hbs");