{% extends "base.html" %} {% block title %}{{repo|repo_name}} refs - {{crate::config().site_name}}{% endblock %} {% block head %} {% endblock %} {% block content %} {% include "repo-navbar.html" %} {% for branch in branches %} {% endfor %}

Branches

{{ branch.shorthand().unwrap() }}

Tags

[rss]
{% for tag in tags %} {% endfor %}
{{tag.tag}} {{tag.signature|ref|signature_email_link|safe}} {{tag.signature.when()|format_datetime("%Y-%m-%d")}}
{% endblock %}