macro_rules! template_html_unchecked {
{
$name:literal, $context:expr $(,)?
} => { ... };
}Expand description
Render an HTML page template without any checks
- Does not check (via
IsUi) that we are on the right vhost - Doesn’t check for Accept JSON (so always renders template)
- Doesn’t calculate the Content-Type