{% extends "base.html" %} {% block title %}History — {{ page.title }} — Waikiki{% endblock %} {% block content %}

{{ page.title }} — version

Back to page

{{ version.author }} saved {{ version.created_at }}

{% if diff %}
Changes since this version
{% for line in diff.split('\n') %}{{ line }}
{% endfor %}
{% else %}

This version is identical to the current page.

{% endif %}

Content at this version

{{ version_html | safe }}
{% endblock %}