mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-26 21:31:11 -05:00
21 lines
396 B
HTML
21 lines
396 B
HTML
{% 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|string }}
|
||
|
||
<div class="bottom-gutter">
|
||
{{ api_key(template.id, name="Template ID", thing='template ID') }}
|
||
</div>
|
||
|
||
{% endblock %}
|