{{ head_html|safe }}
{{ admin_banner_html|safe }}
{{ slots.header|safe }}
{% if title %}
{{ title }}
{% if page_meta.MetaDescription %}
{{ page_meta.MetaDescription }}
{% endif %}
{% endif %} {% if slots.featured %}
{{ slots.featured|safe }}
{% endif %} {% if slots.main %}
{{ slots.main|safe }}
{% else %}
No stories brewed yet.
{% endif %}
{{ body_end_html|safe }}