{% extends 'index.html' %} {% block content %}

{{meta.title}}

History
{%if history%}

Here's the revision log for {{meta.title}}.

{% for e in history %} {% endfor %}
Revision Date Author Comment
{{e.rev_name}} {{e.datetime}} {{e.author}} {{e.description}} with previous
{%else%}

This page has not been committed to the repository yet. Edit it to do that now.

{%endif%}
{% endblock %}