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