mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-08 02:18:34 -04:00
18 lines
349 B
HTML
18 lines
349 B
HTML
{% extends "withnav_template.html" %}
|
|
|
|
{% block page_title %}
|
|
GOV.UK Notify | Send email
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<h1 class="heading-large">Send email</h1>
|
|
|
|
<p>This page will be where we construct email messages</p>
|
|
|
|
<p>
|
|
<a class="button" href="check-email" role="button">Continue</a>
|
|
</p>
|
|
|
|
{% endblock %}
|