{% 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 %}
{% 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.call_to_action %} {% if page.related_blog_posts %}
{% include "patterns/atoms/section-title/section-title.html" with title="More of our thinking"%}
{% for post in page.related_blog_posts %} {% include "patterns/molecules/blog-item/blog-item.html" with item=post %} {% endfor %}
{% include "patterns/atoms/see-more/see-more.html" with link=blog_index_url text="See more posts" %}
{% endif %} {% if page.related_works %}
{% endif %} {% endblock %}