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