{% extends page.template %} {% block title %}{% blocktrans with t=page.get_title %}{{ t }}{% endblocktrans %}{% endblock %} {% block meta_description %}{% blocktrans with d=page.get_description %}{{ d }}{% endblocktrans %}{% endblock %} {% block meta_keywords %}{% blocktrans with k=page.get_keywords %}{{ k }}{% endblocktrans %}{% endblock %} {% block meta_canonical_url %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% if page.header_image %}{% endif %} {% if page.title %}

{% blocktrans with t=page.title %}{{ t }}{% endblocktrans %}

{% endif %}
{% blocktrans with c=page.content|safe %}{{ c }}{% endblocktrans %}
{% csrf_token %}
{{ form.as_p }} {{ metaform.as_p }} {{ categoryform.as_p }}
{% if edit_button %} {% else %} {% endif %}
{% endblock %}