{% extends "base.html" %} {% block title %}{{ nick }} : contents of {{ path }} at revision {{ revno }}{% endblock %} {% block head_extras %} {% endblock %} {% block heading %}
{% endblock %} {% block content %}(binary file, not displayed)
{% else %}
{% for l in lines %}{{ l.n }}
{% endfor %}
|
{% for l in lines %}{{ l.html|safe }}
{% endfor %}
|