{{ head_html|safe }} {{ admin_banner_html|safe }} {% if slots.header %}
{{ slots.header|safe }}
{% endif %}
{% if slots.post_hero %}{{ slots.post_hero|safe }}{% else %}

{{ title }}

{% endif %}
{% if slots.main %}{{ slots.main|safe }}{% else %}

This post has no content yet.

{% endif %}
{% if slots.author or slots.related %}
{% if slots.author %}
{{ slots.author|safe }}
{% endif %} {% if slots.related %}
{{ slots.related|safe }}
{% endif %}
{% endif %}
{% if slots.footer %}{% endif %} {{ body_end_html|safe }}