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

{{ blog.title }}

{{ blog.intro }}

{% for post in blog_pages %} {% endfor %}
{% endblock %}