{% extends "repo/base.html" %} {% block log_nav_class %}active{% endblock %} {% block content %} {% for commit in commits %} {% endfor %}
Age Commit message Author
{{ commit.summary() }} {{ commit.author().name() }}
{% if let Some(next_offset) = next_offset %}
{% if let Some(branch) = branch %} [next] {% else %} [next] {% endif %}
{% endif %} {% endblock %}