{% extends "base.html" %} {% block title %}{{ tag }} — {{ repo }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ tag }}

Archive
Tree [{{ commit_sha[..8] }}] [>]
{% if tagger.is_some() || tag_date.is_some() %}
{% if let Some(tagger) = tagger %}
tagger
{{ tagger }}
{% endif %} {% if let Some(date) = tag_date %}
tagged
{{ date }}
{% endif %}
{% endif %}
commit
{{ commit_sha }}
author
{{ commit_author }}
date
{{ commit_date }}
{% if let Some(message) = message %}
{{ message }}
{% endif %} {% endblock %}