{{ _('Tags') }}
{{ _('Tag Cloud') }}
+-
+ {% for tag in tag_cloud %}
+
- {{ tag.0 }} + {% endfor %} +
{{ _('Tag List') }}
+ {% endif %} + {% if not PLUGINS or 'tag_cloud' not in PLUGINS %} +-
{%- for tag, articles in tags|sort %}
- {{ tag }} ({{ articles|count }}) @@ -16,3 +37,4 @@