mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 17:18:25 -04:00
* Updated header and footer * Updated fonts * Moved files around and updated gulpfile to correct the build process when it goes to production * Adjusted grid templating * Added images to assets * Update app/templates/components/uk_components/footer/template.njk Co-authored-by: Steven Reilly <stvnrlly@users.noreply.github.com>
16 lines
443 B
HTML
16 lines
443 B
HTML
{% extends "content_template.html" %}
|
|
|
|
{% block per_page_title %}
|
|
Send files by email
|
|
{% endblock %}
|
|
|
|
{% block content_column_content %}
|
|
|
|
<h1 class="font-body-2xl margin-bottom-3">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 %}
|