{% extends "layout.html" %} {% block title %}Wiki{% endblock %} {% block content %}

History: {{ title }}

{% if session["login"] %} {% endif %} {% for item in history %} {% if session["login"] %} {% endif %} {% endfor %}
Date Edited By Revision NoteDelete?
{{ item["pretty_time"] }} {{ item["author"]["name"] }} {{ item["note"] }}Delete
{% if session["login"] %}

Admin Actions:

{% endif %} {% endblock %}