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