{% for item in items|list|sort(true, false, "updated") %} {% if loop.index <= 5 %}

{{item.title}}

{{item.content}}

{% endif %} {% endfor %}