{% if post %}
{{ post.title }} | {{ site_title }}
{% else %}
{{ site_title }}
{% endif %} {% for custom_head in extra.custom_head_attributes %} {{ custom_head }} {% endfor %}
{% include "header.html" %}
{% block content %}{% endblock content %}
{% include "footer.html" %}