{% extends "patterns/base_page.html" %} {% load wagtailcore_tags wagtailimages_tags static %} {% block meta_tags %} {{ block.super }} {% endblock %} {% block content %} {% include "patterns/molecules/title-block/title-block.html" with item=page tags=False %} {% pageurl page.blog_index as blog_index_url %} {% for page_author in page.authors.all %} {% include "patterns/molecules/author/author.html" with author=page_author.author item=page tag_link_base=blog_index_url %} {% endfor %} {% include_block page.body %}
{% include_block page.call_to_action %} {% if page.related_blog_posts %}