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

{{ _('Simple Wiki') }} {{ _('Extended version...') }}

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