[][src]Macro mrml::with_tag

macro_rules! with_tag {
    ($name:expr, $content:expr) => { ... };
    ($name:expr, $attributes:expr, $content:expr) => { ... };
}