{% load static wagtailcore_tags %}
{% for post in self.live_posts %} {% if post.value.show %}
{% include_block post with block_id=post.id %}
{% endif %} {% endfor %}
{% csrf_token %}