Defra page template for internal services
npm install cathydutton/layout-defra
Replace this line
{% extends "layout.html" %}
With...
{% extends 'layout-defra.html' %}
Just above the layout include set the service name...
{% set DefraServiceName = "My service name" %}
This code is open source software licensed under the Apache 2.0 License.