{% extends 'base.html' %} {% block title %}History{% endblock %} {% block content %}

{{ self.title() }}

Commit(s) for {{ page }}

{% for change in changes %} {% endfor %}
commit date action
{{ change['commit'] }} {{ change['date'] }}
{% endblock %} {% block actions %}

Actions

View current version
{% endblock %}