/themes/default/templates/tags_widget.html
http://n23.googlecode.com/ · HTML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 70453f1bf05f2194af14b5fa61a5b524 MD5 · raw file
- <li>
- <h2>????</h2>
- <ul>
- {% for tag in tags %}
- <li><a href="/blog/tag/{{ tag.name }}" title="{{ tag.name }}: {{ tag.count }}">{{ tag.name }} ({{ tag.count }})</a></li>
- {% endfor %}
- </ul>
- </li>