@use super::{header_html, footer_html}; @(series: Vec) @:header_html(Some("Blog"), None) Post Series @for set in series { @set }