Files
notifications-admin/app/templates/views/documentation.html
T

16 lines
266 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
2016-01-19 09:55:13 +00:00
{% block page_title %}
API documentation GOV.UK Notify
2016-01-19 09:55:13 +00:00
{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds documentation">
{{ body }}
2016-04-15 10:48:31 +01:00
</div>
</div>
2016-01-19 09:55:13 +00:00
{% endblock %}