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