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

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