Files
notifications-admin/app/templates/views/signedout.html

31 lines
801 B
HTML
Raw Normal View History

{% from "components/banner.html" import banner_wrapper %}
{% from "components/phone.html" import phone %}
{% extends "fullwidth_template.html" %}
{% block page_title %}
GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
{% call banner_wrapper(type='intro') %}
<h1 class="heading-medium">
GOV.UK Notify makes it easy to send text messages and emails to
your users.
</h1>
<p class="heading-medium">
If you work for a UK government department or agency you can try
it now.
</p>
<p class="button-block">
<a class="button button-start" href='{{ url_for('.register' )}}'>
Create an account
</a>
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if youve used
it before
</p>
{% endcall %}
2015-12-01 09:54:58 +00:00
{% endblock %}