{% load wagtailcore_tags image_filters i18n svg %}

{{ blog_list_block.title }}

{% for post in blog_list_block.blog_list %}
{% include "components/blocks/post_block.html" with post=post.specific %}
{% endfor %}