Hi,
I have this piece of code:
{% for folder in category.folders %}
<section class="cs-g2 article-list">
<div class="list-lead">{{ folder.name }}</div>
{{ folder | article_list:5 }}
</section>
{% else %}
{{ portal | filler_for_solutions }}
{% endfor %}Which results in:

Thank you in advance

