{% extends "base.html" %} {% block title %}{{ src.rel_path }}{% endblock %} {% block content %}
source file

{{ src.rel_path }}

{% if src.package %}{{ src.package }}{% endif %} {{ src.lines }} lines {% if not src.highlighted %}no colours{% endif %}
{% if src.units %}
{% for name, line in src.units %} {{ name }} line {{ line or '?' }} {% endfor %}
{% endif %}
{{ src.html|safe }}
{% endblock %}