{% extends "base.html" %} {% block title %}{{repo|repo_name}} log at {{branch}} - {{config.site_name}}{% endblock %} {% block head %} {% endblock %} {% block content %} {% include "repo-navbar.html" %}

{{branch}}

[rss]
{% if next_page.is_some() %} older commits → {% endif %}
{% for commit in commits %} {% include "commit-tr.html" %} {% endfor %}
Date Commit Message Author Files + -
{% if next_page.is_some() %} older commits → {% endif %} {% endblock %}