{% extends "layout.twig" %} {% block title %}tags{% endblock %} {% block menu %} {% include '_menu.twig' %} {% endblock %} {% block content %}
{% for tag in tags %} {{ tag.value }} ({{ tag.entriescount }}) {% if token != '' %}{% endif %}
{% if loop.index == '%d'|format(loop.length/2 + 0.5) %}
{% endif %} {% endfor %}
{% endblock %}