macro_rules! section {
    ($($part:expr),* $(,)?) => { ... };
}