{% extends "repo.html" %} {% import "utils.html" as utils %} {% block title %} {{repo.owner.canonical_name}}/{{repo.name}} {{tag.name}} - {{cfg("sr.ht", "site-name")}} git {% endblock %} {% block content %}

{{tag.name}} {{commit_time(tag) | date}}

{% if tag.message %}
{{tag.message}}
{% endif %}
{% endblock %}