{% extends "wiki/base.html" %} {% load sekizai_tags %} {% load static %} {% load wiki_tags %} {% block wiki_pagetitle %}Add new article{% endblock %} {% block wiki_contents %} {% addtoblock "js" %} {% if not create_form.slug.value %} {% endif %} {% endaddtoblock %} {% include "wiki/includes/editormedia.html" %}