{% extends "repo.html" %} {% block title %} tree of {{ username }}/{{ repository }} {% endblock %} {% block content %}
{% include "path-bar.html" %} {% include "tree-view.html" %}
{% endblock %}