{% extends "base.html" %} {% block content %}
{% if data.error %}

There was an error fetching the history.

{% else %} {{ data|safe }}
Age Commit Summary Author
{% endif %}
{% endblock %}