{% for block in page.content %} {% if block.block_type == "popout_block" %} {% include 'styleguide2/includes/organisms/popouts/popout_list.html' with categories=block.value.categories %} {% elif block.block_type == "richtext" %}
{% include_block block %}
{% endif %} {% endfor %}