{% from 'macros.html' import render_pagination %} {{ title | default('SimpleWiki') }}

Simple Wiki

{% if not hide_navigation and revision.timestamp %}
This revision was created on {{ revision.timestamp }}.
{% endif %}
{% block contents %}{% endblock %}