Files
notifications-admin/app/templates/views/agreement.html

28 lines
599 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% from "components/sub-navigation.html" import sub_navigation %}
{% block per_page_title %}
GOV.UK Notify data sharing and financial agreement
{% 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">
GOV.UK Notify data sharing and financial agreement
</h1>
<p>
<a href="{{ url_for('main.download_agreement') }}">Download</a>.
</p>
</div>
</div>
{% endblock %}