macro_rules! context_update { ($template:expr => { $($key:expr => $value:expr),* $(,)? }) => { ... }; }