2015-12-14 16:53:07 +00:00
|
|
|
{% extends "withnav_template.html" %}
|
2015-11-30 14:46:40 +00:00
|
|
|
|
|
|
|
|
{% block page_title %}
|
|
|
|
|
GOV.UK Notify | Send email
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
2015-12-14 16:53:07 +00:00
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
<h1 class="heading-xlarge">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 %}
|