{% extends "repo.html" %} {% block title %} history of {{ username }}/{{ repository }} {% endblock %} {% block content %} {% for commit in commits %} {% endfor %} {% endblock %}