Update content area blocks in descendent pages

GOV.UK Frontend's template wraps all content in a
`<main>` tag and puts it in the main column.

Some of Notify's pages need to reach out of the
main column (product page).

Some have several blocks of navigation before the
main content area.

This adjusts the blocks in all the templates
where this is the case so those conditions can be
met.
This commit is contained in:
Tom Byers
2019-10-11 16:44:17 +01:00
parent 9441dd0b37
commit 892ea01fad
8 changed files with 91 additions and 83 deletions

View File

@@ -121,10 +121,6 @@
}) }}
{% endblock %}
{% block content %}
{% block fullwidth_content %}{% endblock %}
{% endblock %}
{% block footer %}
{% set meta_items = [
{