macro_rules! set {
    ($template:expr, $key:ident, $($arg:tt)*) => { ... };
}