{% extends "themes/"|add:settings.page_theme|add:"/base.html" %} {% load static %} {% load i18n %} {% block head_extensions %} {{ form.media }} {% endblock head_extensions %} {% block content %}
{% csrf_token %} {{ form.as_p }} {% if not disable_preview %}{% endif %} {{ form_comment.as_p }}
{% if template %}
{% include template %}
{% endif %} {% endblock content %}