{% if wiki_can_write %}
Edit
{% endif %}
{{ content_html }}
{% extends "django_admin_wiki/base.html" %}
{% block title %}Admin Wiki{% endblock %}
{% block content %}
{% if index_page %}
{% if wiki_can_write %}
Edit
{% endif %}
{{ content_html }}
No home page yet. Import MkDocs files or create a page with slug index.