{% extends "wiki/base.html" %} {% load static %} {% load wiki_tags %} {% block wiki_pagetitle %}{Create root article{% endblock %} {% block head %} {{ block.super }} {% for js in editor.Media.js %} {% endfor %} {% for media, srcs in editor.Media.css.items %} {% for src in srcs %} {% endfor %} {% endfor %} {% endblock %} {% block wiki_contents %}

Create First Article

Please create the root article. This article will be available at the root of your wiki, so consider creating a landing page here.

Please note that, to begin with, this article may only be modified by wiki administrators. Once it's been created, you may edit the permissions and set up plugins, metadata, and so on.

{% wiki_form form %}
{% endblock %}