{% embed 'partials/layout.html.twig' with {blog: page} %}
{% block item %}
{% for child in collection if child.template == 'item' %}
{% include 'partials/blog-list-item.html.twig' with {blog: page, page: child} %}
{% endfor %}
{% endblock %}
{% endembed %}
{% endblock %}