{% extends "layouts/default.html" %} {% load vcs %} {% block navigation %} {% include "browser/navigation.html" %} {% endblock %} {% block content %}

Blob View

{% for line in blob.data|lines %} {% endfor %}
{{ forloop.counter }} {{ line }}
{% include "browser/commitlog.html" %} {% endblock %}