2015-12-14 16:53:07 +00:00
|
|
|
|
{% extends "withnav_template.html" %}
|
2015-11-30 14:46:40 +00:00
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
2016-02-08 09:23:51 +00:00
|
|
|
|
Send email – GOV.UK Notify
|
2015-11-30 14:46:40 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
2015-12-14 16:53:07 +00:00
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
|
2016-02-02 14:05:45 +00:00
|
|
|
|
<h1 class="heading-large">Send email</h1>
|
2015-11-30 14:46:40 +00:00
|
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
|
<p>This page will be where we construct email messages</p>
|
2015-11-30 14:46:40 +00:00
|
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
|
<p>
|
|
|
|
|
|
<a class="button" href="check-email" role="button">Continue</a>
|
|
|
|
|
|
</p>
|
2015-12-14 16:53:07 +00:00
|
|
|
|
|
2015-11-30 14:46:40 +00:00
|
|
|
|
{% endblock %}
|