{% 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 %}

{{ item.content|markdown|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 %} {% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_script %} {% endblock %}