macro_rules! output_tags {
    ($first_input:tt { $($args:tt),* } ) => { ... };
}