{% extends "wiki/base.html" %} {% block titleblock %}Wiki{% if page.title %} - {{ page.title }} {% endif %}{% endblock %} {% block page_content %}

{{ page.title }}

{% include "wiki/_tabs.html" with active_tab="view" %}
{{ page.html|safe }}
{% endblock %}