{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-blogindexpage{% endblock %} {% block content %}

{{ page.title }}

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

{{ post.title }}

{{ post.specific.intro }} {% endfor %} {% endblock %}