/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

  1. <li>
  2. <h2>????</h2>
  3. <ul>
  4. {% for tag in tags %}
  5. <li><a href="/blog/tag/{{ tag.name }}" title="{{ tag.name }}: {{ tag.count }}">{{ tag.name }} ({{ tag.count }})</a></li>
  6. {% endfor %}
  7. </ul>
  8. </li>