{% extends page.template %} {% block title %}{{ page.get_title }}{% endblock %} {% block meta_description %}{{ page.get_description }}{% endblock %} {% block meta_keywords %}{{ page.get_keywords }}{% endblock %} {% block meta_canonical_url %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% if page.header_image %}{% endif %} {% if page.title %}

{{ page.title }}

{% endif %}
{{ page.content|safe }}
{% csrf_token %}
{{ form.as_p }} {{ metaform.as_p }} {{ categoryform.as_p }}
{% if edit_button %} {% else %} {% endif %}
{% endblock %}