{% extends "base.html" %} {% load wagtailcore_tags image_filters i18n svg %} {% block content %} {{ page.title }} {% svg "reply" %} {% trans "Return to blog" %} {% for post in blog_pages %} {% include "blog/post.html" with post=post.specific %} {% endfor %} {% endblock %}