{{ _('Tags') }} {% if PLUGINS and 'tag_cloud' in PLUGINS %} {% for tag in tag_cloud %} {{ tag.0 }} {% endfor %} {% endif %} {%- for tag, articles in tags|sort %} {{ tag }} ({{ articles|count }}) {% endfor %}