{% extends "base.html" %} {% block title %}History — {{ page.title }} — Waikiki{% endblock %} {% block content %}
saved {{ version.created_at }}
{% if diff %}{% for line in diff.split('\n') %}{{ line }}
{% endfor %}
This version is identical to the current page.
{% endif %}