{% extends "main.html" %} {% load wikitags %} {% block content %}

{{ page.title }}

{% if not user.is_anonymous %} {{ page.content|wikify|safe|linebreaks }} {% else %} {{ page.content|safe|linebreaks }} {% endif %} {% if page.included.all %} {% endif %}

{% endblock content %}