{% extends "horhor/blocks/base_block.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block block_render %}
{% for page in pages %} {% with page.specific as article %}
{% include "horhor/blocks/article_block_card.html" %}
{% endwith %} {% endfor %}
{% endblock %}