{% extends "base/body_page.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block page_header %} {% if banner_renditions %} {% endif %} {{ page.seo_title|default:page.title }} {% with tags=page.tags.all %} {% if tags %} {% for tag in tags %} {{ tag }} {% endfor %} {% endif %} {% endwith %} {{ page.category.title }} {% endblock %}