Files
notifications-admin/app/templates/views/api/index.html

19 lines
534 B
HTML
Raw Normal View History

{% extends "withnav_template.html" %}
{% from "components/table.html" import list_table, field, hidden_field_heading %}
{% from "components/api-key.html" import api_key %}
{% block page_title %}
API integration GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">
API integration
</h1>
<a href="{{ url_for('.api_keys', service_id=current_service.id) }}">API keys</a>
<a href="{{ url_for('.api_documentation', service_id=current_service.id) }}">Documentation</a>
{% endblock %}