mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -04:00
Add page formatting and H1
Add page formatting and H1
This commit is contained in:
committed by
Chris Hill-Scott
parent
ccd85bd7a7
commit
a4f3109747
@@ -1,3 +1,20 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
|
||||
{% from "components/sub-navigation.html" import sub_navigation %}
|
||||
|
||||
{% block per_page_title %}
|
||||
Features
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-one-third">
|
||||
{{ sub_navigation(navigation_links) }}
|
||||
</div>
|
||||
<div class="column-two-thirds">
|
||||
|
||||
<h1 class="heading-large">Features – email</h1>
|
||||
|
||||
<h3 class="heading heading-small">Send files by email</h3>
|
||||
<p>You can use the GOV.UK Notify API to upload a file, then send the recipient an email with a secure link to download it.</p>
|
||||
|
||||
Reference in New Issue
Block a user