macro_rules! template_page {
{
$name:literal, $req_info:expr;
{ $($context:tt)* }
} => { ... };
}Expand description
Invoke an HTML page template
Like template! but only takes the { } context syntax,
and additionally includes a navbar as navbar in the context,
based on $name and
the prevailing constant NAVBAR (from the calling scope).