{% extends "base.html" %} {% block child_content %} {% for b in branches %} {% endfor %}
Branch Commit message Author Date
{{ b.name }} {{ b.last_commit.message }} {{ b.last_commit.author }} {{ b.last_commit.date }}
{% for c in commits %} {% endfor %}
Hash Commit message Author Date Lines
{{ c.hash }} {{ c.message }} {{ c.author }} {{ c.date }} +{{ c.diff.0 }}/ -{{ c.diff.1 }}
{% endblock %}