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

File Contents

{% with log|first as commit %}

{{ blob.path|basename }} @ {{ commit.id }}

{% endwith %} {% if blob.data %} {% for line in blob.data|lines %} {% endfor %}
{{ forloop.counter }} {{ line }}
{% else %} File is empty {% endif %} {% include "browser/commitlog.html" %} {% endblock %}