{% extends 'simplewiki/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% load markdown_filters %} {% block details %}
{% if available_sections_count > 0 and display_page_contents %}
{% else %}
{% endif %} {% for item in available_sections %}
{% if item.icon %} {% endif %} {{ item.title }}
{% if is_editor %} {% endif %}

{{ item.content|safe }}

{% empty %} {% if is_editor %} {% endif %} {% endfor %}
{% if available_sections_count > 0 and display_page_contents %}
Page Contents
{% if latest and latest_section.last_edit != "" %} {% endif %}
{% endif %} {% if available_sections_count > 0 and display_page_contents and false %}
Page Contents
{% if False %} {% endif %}
{% if latest and latest_section.last_edit != "" %} {% endif %}
{% endif %} {% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_script %} {% endblock %}