{% extends "cab/snippet_list.html" %} {% load static from staticfiles %} {% block feeds %}{% endblock %} {% block title %}Tag "{{ tag.name }}"{% if months %}, last {{ months }} months{% endif %}{% endblock %} {% block content_header %}Tag "{{ tag.name }}"{% if months %}, last {{ months }} months{% endif %}{% endblock %} {% block sidebar %}

{{ hits }} snippet{{ hits|pluralize }} {% ifequal hits 1 %}is{% else %}are{% endifequal %} tagged with "{{ tag.name }}":

Feed of snippets tagged with '{{ tag.slug }}'

{% endblock %}