{% extends "cast/cast_base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-bloglistpage{% endblock %} {% block content %}

{{ page.title }}

{{ page.intro|richtext }}
{% for post in page.get_children %}

{{ post.title }}

{% for block in page.body %}
{% include_block block %}
{% endfor %}
{% endfor %} {% endblock content %}