Files
notifications-admin/app/templates/views/guidance/send-files-by-email.html
2020-02-27 13:36:33 +00:00

16 lines
427 B
HTML

{% extends "content_template.html" %}
{% block per_page_title %}
Send files by email
{% endblock %}
{% block content_column_content %}
<h1 class="heading-large">Send files by email</h1>
<p>To send a file by email, follow the instructions in our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.documentation') }}">API documentation</a>.</p>
<p>This is an API-only feature.</p>
{% endblock %}