{%extends get_active_back_theme()+'/base.html'%} {%block head%} {%endblock%} {% block content %}

New page

{{ form.title.label }} {{ form.title }} {{ form.slug.label }} {{ form.slug }} {{ form.lang.label }}
{{ form.lang }} {{ form.content.label }}
{{ form.content }}
{% endblock %}