{% extends 'page.html' %} {% block meta %}{% endblock %} {% block page_title %}

{{ _("History of %(title)s", title=title) }}

{% endblock %} {% block title %}{{ _("History of %(title)s", title=title) }} - {{ wiki.site_name }}{% endblock %} {% block content %}

{{ _("History of changes for %(link)s.", link=page.wiki_link(title)|safe) }}

{% endblock %}