{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "page.html" %} {%block head %} {{ super() }} {% endblock %} {% block content %}

Blame {#{pagename}#}

{% for line in blame %} {%- endfor %}{# l in lines #}
{% if line[0] %}{{line[0]}}{% endif %} {{line[1]}} {% if line[2] %}{{line[2]|format_datetime}}{% endif %} {{line[3]}}
{{line[4]|safe}}
{% endblock %}