{% extends 'klaus/skeleton.html' %} {% load klaus %} {% block title %} {{ repo.name }} ({{ rev|shorten_sha1 }}) {% endblock %} {% block breadcrumbs %} {{ repo.name }} / {{ rev|shorten_sha1 }} {% if subpaths %} {% for name, subpath in subpaths %} {% if loop.last %} {{ name }} {% else %} {{ name }} / {% endif %} {% endfor %} {% endif %} {% endblock %} {% block extra_header %}