Add page formatting and H1

Add page formatting and H1
This commit is contained in:
karlchillmaid
2019-03-29 14:17:59 +00:00
committed by Chris Hill-Scott
parent ccd85bd7a7
commit a4f3109747

View File

@@ -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>