{% extends "layout.html" %} {% block title %}commits · {{ owner.username }}/{{ repo.name }} — kitgit{% endblock %} {% block content %}

{{ owner.username }}/{{ repo.name }} · commits

{% let tab = "commits" %} {% let archive_ref = branch %} {% include "partials/repo_tabs.html" %}

{{ branch }}

{% if commits.is_empty() %}

No commits.

{% else %} {% endif %}
{% endblock %}