{% import "macros/refs.html" as refs %} {% extends "repo/base.html" %} {% block log_nav_class %}active{% endblock %} {% block content %} {% call refs::commit_table(commits) %}
{% if let Some(next_offset) = next_offset %}
{% if let Some(branch) = branch %} [next] {% else %} [next] {% endif %}
{% endif %} {% endblock %}