{% extends "coderedcms/blocks/base_block.html" %} {% load wagtailcore_tags %} {% block block_render %}
{% for page in pages %}
{% with page=page.specific %} {% include page.miniview_template with miniview_css_class="h-100" %} {% endwith %}
{% endfor %}
{% endblock %}