macro_rules! weblab_folder {
    ($title: literal, $($module: path),* $(,)?) => { ... };
    ($name: ident, $($module: path),* $(,)?) => { ... };
}