Files
notifications-admin/app/templates/views/send-from-api.html
T

21 lines
396 B
HTML
Raw Normal View History

{% extends "withnav_template.html" %}
2016-04-18 11:10:47 +01:00
{% from "components/api-key.html" import api_key %}
{% block page_title %}
API info GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">
2016-04-18 11:10:47 +01:00
API info
</h1>
2016-12-08 11:50:59 +00:00
{{ template|string }}
2016-04-18 11:10:47 +01:00
<div class="bottom-gutter">
{{ api_key(template.id, name="Template ID", thing='template ID') }}
</div>
{% endblock %}