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

{{ _('Simple Wiki') }}

{% if not hide_navigation and revision.timestamp %}
{{ _(':version_link:`This revision` was created on %(time)s.', version_link=version_link, time=revision.time) }}
{% endif %}
{% block contents %}{% endblock %}