{% load wagtailcore_tags %} {% block html_head %} {{ page.seo_title|default:page.title }} {% if page.custom_css %} {% endif %} {% endblock %} {% block html_body %} {% for story_page in page.pages %} {% include_block story_page.value.html %} {% endfor %} {% endblock %}