{% extends "base.html" %} {% load wagtailcore_tags image_filters i18n svg %} {% block content %}

{{ page.title }}

{% for post in blog_pages %}
{% include "blog/post.html" with post=post.specific %}
{% endfor %}
{% endblock %}