{% extends 'webspace/_base_amp.html' %} {% load wagtailcore_tags my %} {% block extra_head %} {% include 'webspace/cms/blocks/common/google-analytics.html' %} {% if page.get_breadcrumbs %} {% include 'webspace/cms/blocks/schemas/generated/breadcrumb.html' %} {% endif %} {% include 'webspace/cms/blocks/schemas/generated/blog_web_page.html' %} {% include 'webspace/cms/blocks/schemas/generated/blog_posting.html' %} {% endblock %} {% block content %} {% block header %} {% include 'webspace/cms/blocks/common/header.html' %} {% include 'webspace/cms/blocks/common/accordion.html' %} {% endblock %} {% block content_body %} {% include 'cms/pages/blog_page_content.html' %} {% endblock %} {% block footer %} {% include 'webspace/cms/blocks/common/footer.html' %} {% endblock %} {% include 'webspace/cms/blocks/common/amp-analytics.html' %} {% endblock %}