{% import "macros/refs.html" as refs %} {% extends "repo/base.html" %} {% block refs_nav_class %}active{% endblock %} {% block content %}
{% call refs::branch_table(refs.heads) %} {%- if !refs.tags.is_empty() %} {%- call refs::tag_table(refs.tags) -%} {%- endif %}
{% endblock %}