{% extends "base.html" %} {% load wagtailcore_tags image_filters i18n %} {% block content %} {{ page.title }} {{ page.intro }} {% for post in blog_pages %} {% with post=post.specific %} {% with post.main_image as main_image %} {% if main_image %} {% responsive_image main_image ratio=1.5 %} {% endif %} {% endwith %} {{ post.title }} {{ post.intro }} {% trans "Read more..." %} {% endwith %} {% endfor %} {% endblock %}
{{ post.intro }}
{% trans "Read more..." %}