{% extends "entry_index.html" %}
{% block page_title %}tag: {{tag.name}} {% endblock %}
{% block header %}
<h1 class="tag_name">
tag: {{ tag.name }}<sup>[<a class="tag_feed_icon" title="Atom feed for {{tag.name}} tag" href="/tags/{{ tag.slug }}/atom.xml">atom feeds</a>]</sup>
</h1>
{% endblock %}