{% extends 'layout.html' %} {% block body %}

History

{% for h in history %} {% endfor %}
{{ h.author }} {{ h.sha|truncate(7, True, end="") }} {{ h.message }} {{ h.time|datetime }}
{% endblock %}