mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 02:44:10 -04:00
12 lines
194 B
HTML
12 lines
194 B
HTML
|
|
{% extends "govuk_template.html" %}
|
||
|
|
|
||
|
|
{% block page_title %}
|
||
|
|
GOV.UK notifications admin
|
||
|
|
{% endblock %}
|
||
|
|
|
||
|
|
{% block cookie_message %}
|
||
|
|
{% endblock %}
|
||
|
|
|
||
|
|
{% set global_header_text = "GOV.UK Notify" %}
|
||
|
|
|