@use super::base_two_html; @(year: u16) @:base_two_html(&format!("Year {}", year), {

Welcome to this page about the year @year.

}, {

This is the main page content.

} )