{% comment %} Copyright (c) 2006-2007, PreFab Software Inc. Copyright (c) 2006, Andrew Gwozdziewycz All rights reserved. {% endcomment %} {% extends "blog/blog_base.html" %} {% load blog_extras %} {% block "browsertitle" %} Tags {% endblock %} {% block "contentbody" %} {% if not alpha_list and not popular_list %} No tags found {% else %}
Alphabetical:

{% for tag in alpha_list %}
{% endfor %}
Popular:

{% for tag in popular_list %}
{% endfor %}
{% endif %} {% endblock %}