Blog {{ items | length }} {{ items | length == 1 ? 'artículo' : 'artículos' }}

{% for item in items %} {% include '@blog/frontend/includes/box.html.twig' %} {% endfor %}