{% if theme.dark_mode.enabled %}
{% else %}
{% endif %}
{# Resource hints for better performance #}
{{ page_meta.html_title or pageTitle }}
{% if brand_settings.favicon.src %}
{% endif %}
{# Minimal critical CSS only - minified #}
{# Only load CSS if specified #}
{% if template_css %}
{% endif %}
{{ standard_header_includes }}
{# No header, no footer, no browser check - just content #}
{% block body %}
{# Pure content, nothing else #}
{% endblock body %}
{{ standard_footer_includes }}