{% extends "wiki/create_root.html" %} {% load wiki_tags %} {% block wiki_contents %}

No articles found

It appears that there are no articles available on this wiki.

{% if not user.is_superuser %}

To get started, please login with a superuser account.

{% login_url as wiki_login_url %} {% if wiki_login_url %} {% endif %} {% else %}

Let's get started - click below to create the first article, or to read up on the django-wiki documentation.

Create Article Documentation {% endif %}
{% endblock %}