{% extends "patterns/base_page.html" %} {% load wagtailcore_tags wagtailimages_tags static %} {% block meta_tags %} {{ block.super }} {% endblock %} {% block content %} {% pageurl page.work_index as work_index_url %} {% with author=page.authors.first.author %} {% include "patterns/molecules/title-block/title-block.html" with item=page %} {% include "patterns/molecules/author/author.html" with item=page author=author tag_link_base=work_index_url %} {% include_block page.body %}
{% include "patterns/molecules/author/author.html" with item=page author=author tag_link_base=work_index_url %}
{% include_block page.call_to_action %} {% if page.related_works %}
{% endif %} {% endwith %} {% endblock %}