{% extends "simple_blog/post.html" %} {% load static wagtailcore_tags wagtailimages_tags %} {% block post_content_bottom %} {% for item in items %} {% image item.thumbnail fill-185x105 as thumbnail %} {{ item.title }} {{ item.summary|truncatechars_html:120|safe }} {% endfor %} {% endblock %}