2015-12-14 16:53:07 +00:00
|
|
|
{% extends "withnav_template.html" %}
|
2016-01-07 20:11:22 +00:00
|
|
|
{% from "components/page-footer.html" import page_footer %}
|
2015-11-30 16:20:45 +00:00
|
|
|
|
|
|
|
|
{% block page_title %}
|
|
|
|
|
GOV.UK Notify | API keys and documentation
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
2015-12-14 16:53:07 +00:00
|
|
|
{% block maincolumn_content %}
|
2015-11-30 16:20:45 +00:00
|
|
|
|
2016-01-13 12:10:29 +00:00
|
|
|
<h1 class="heading-xlarge">API keys and documentation</h1>
|
2015-11-30 16:20:45 +00:00
|
|
|
|
2016-01-13 12:10:29 +00:00
|
|
|
<p>Here's where developers can access information about the API and access keys</p>
|
2015-11-30 16:20:45 +00:00
|
|
|
|
2016-01-13 12:10:29 +00:00
|
|
|
{{ page_footer(
|
|
|
|
|
back_link=url_for('.dashboard', service_id=service_id),
|
|
|
|
|
back_link_text='Back to dashboard'
|
|
|
|
|
) }}
|
2015-11-30 16:20:45 +00:00
|
|
|
|
|
|
|
|
{% endblock %}
|