{% extends "govuk_template.html" %} {% block head %} {% assets "css_all" %} {% endassets %} {% endblock %} {% block page_title %} GOV.UK notifications admin {% endblock %} {% block cookie_message %} {% endblock %} {% block inside_header %}
BETA
{% endblock %} {% set global_header_text = "GOV.UK Notify" %} {% if not current_user.is_authenticated() %} {% set homepage_url = url_for('main.index') %} {% else %} {% set homepage_url = url_for('main.dashboard') %} {% endif %}