{% extends "base.html" %} {% block title %}blame {{ path }} - {{ repo }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
File [>]
{% for line in lines %} {% endfor %}
{{ line.short_sha }} {{ line.num }} {{ line.content }}
{% endblock %}