2015-12-14 16:53:07 +00:00
|
|
|
{% extends "withnav_template.html" %}
|
2015-11-30 14:47:41 +00:00
|
|
|
|
|
|
|
|
{% block page_title %}
|
|
|
|
|
GOV.UK Notify | Send email
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
2015-12-14 16:53:07 +00:00
|
|
|
{% block maincolumn_content %}
|
2015-11-30 14:47:41 +00:00
|
|
|
|
2016-02-02 14:05:45 +00:00
|
|
|
<h1 class="heading-large">Send email</h1>
|
2015-11-30 14:47:41 +00:00
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
<p>This page will be where we check the email messages we're about to send</p>
|
2015-11-30 14:47:41 +00:00
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
<p>
|
|
|
|
|
<a class="button" href="dashboard" role="button">Send email messages</a>
|
|
|
|
|
</p>
|
2015-12-14 16:53:07 +00:00
|
|
|
|
2015-11-30 14:47:41 +00:00
|
|
|
|
|
|
|
|
{% endblock %}
|