macro_rules! template_jinja2 {
    ($template:expr, $($var:expr),* $(,)?) => { ... };
}