Page container

All pages are contained by a single wrapper type. This contains the header with main navigation, a main for page content and footer with footer navigation items.

Open this example in a new tab
View the code for this example
{% extends 'layouts/_wrapper.njk' %}

{% block content %}
<p>Page content</p>
{% endblock %}