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