tag_index.html 298 B

1234567
  1. {% extends "entry_index.html" %}
  2. {% block page_title %}tag: {{tag.name}} {% endblock %}
  3. {% block header %}
  4. <h1 class="tag_name">
  5. 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>
  6. </h1>
  7. {% endblock %}