{% set tagCloud = widget_service.findTagCloud() %} {% if tagCloud|length > 0 %}

Tags

{% for row in tagCloud %} {{ row[0].name }} {{ row.articleCount }} {% endfor %}
{% endif %}