{% extends "markdocs/md_index.html" %} {% block content %} {% if request.user.is_staff %}
{% for toc in table_of_contents %} {% if toc.current %}{% endif %}

{{ toc.title }}

{% if toc.current %}
{% endif %} {% endfor %}
{% autoescape off %}{{ html }}{% endautoescape %}
{% else %}

Access Denied

{% endif %} {% endblock %}