{% extends "base.html" %} {% block title %}{{ page.title }} (r{{ rev.rev_num }}) — Wiki{% endblock %} {% block content %} {% include "wiki/_layout.html" %}
Viewing revision r{{ rev.rev_num }} of {{ page.title }} — saved {{ rev.created_at.strftime('%Y-%m-%d %H:%M UTC') }} {% if rev.author %}by {{ rev.author.username }}{% endif %}. {% if rev.edit_summary %}
“{{ rev.edit_summary }}”{% endif %}
Jump to current version Full history
{{ body_html }}
{% endblock %}