{% if navigation %}
{% for group in params.navigation %}

{{ group.title }}

    {% for item in group.items %}
  • {{ item.text }}
  • {% endfor %}
{% endfor %}
{% endif %} {% if params.social %}
{% for item in params.social %}
{{ item.text }}
{% endfor %}
{% endif %}

All content is available under the Open Government Licence v3.0, except where otherwise stated

GOV.UK