macro_rules! askama {
(
$_resource_name : ident,
$_template_name : ident,
$_context_descriptor : tt,
$_content_type : tt,
$_template_path : literal,
$_description : literal
) => { ... };
}
macro_rules! askama {
(
$_resource_name : ident,
$_template_name : ident,
$_context_descriptor : tt,
$_content_type : tt,
$_template_path : literal,
$_description : literal
) => { ... };
}