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

21 lines
398 B
HTML
Raw Normal View History

{% extends "withnav_template.html" %}
{% from "components/api-key.html" import api_key %}
{% block page_title %}
API info GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">
API info
</h1>
{{ template.rendered }}
<div class="bottom-gutter">
{{ api_key(template.id, name="Template ID", thing='template ID') }}
</div>
{% endblock %}