{% extends "django_admin_wiki/base.html" %} {% block title %}Admin Wiki{% endblock %} {% block content %} {% if index_page %}
{% if wiki_can_write %} Edit {% endif %}
{{ content_html }}
{% else %}

Staff documentation

No home page yet. Import MkDocs files or create a page with slug index.

{% endif %} {% endblock %}