{% extends "django_vcs/base.html" %} {% load highlight %} {% block title %} {{ path }} in {{ repo.name }} {% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Contents of {{ path }}

{{ file|highlight:path }} {% endblock %}