-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcheck-submit.html
More file actions
executable file
·54 lines (33 loc) · 1.05 KB
/
check-submit.html
File metadata and controls
executable file
·54 lines (33 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!-- Use this page as the index for your project -->
<!-- ADDING CUSTOM CSS - Add your custom CSS or Sass in /app/assets/sass/main.scss -->
<!-- Extends the layout from /app/views/layout.html -->
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}
<!--
In /app/views/layout.html you can:
- change the header and footer
- add custom CSS and JavaScript
-->
{% set pageName = "Search and evaluate medtech - " %}
{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{% endblock %}
{% block content %}
<!-- NHS 10 Year Plan Context -->
<div class="nhsuk-grid-row nhsuk-u-margin-top-7">
<div class="nhsuk-grid-column-full">
<h3 class='nhsuk-heading-m'>Heading</h3>
</ul>
</div>
</div>
<!-- Key Features Cards -->
<div class="nhsuk-grid-row nhsuk-u-margin-top-7">
<div class="nhsuk-grid-column-full">
<h2 class="nhsuk-heading-l">What Compass offers</h2>
</div>
</div>
<
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">
</div>
</div>
{% endblock %}