We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb03510 commit 66b5703Copy full SHA for 66b5703
app/views/david/alcohol.html
@@ -0,0 +1,32 @@
1
+{% extends 'layout.html' %}
2
+
3
+{% block pageTitle %}
4
+ Content page template - NHS.UK prototype kit
5
+{% endblock %}
6
7
+{% block beforeContent %}
8
+ {{ breadcrumb({
9
+ href: "/",
10
+ text: "Home"
11
+ }) }}
12
13
14
+{% block content %}
15
+ <div class="nhsuk-grid-row">
16
17
+ <div class="nhsuk-grid-column-two-thirds">
18
19
+ <h1>
20
+ How much alcohol
21
+ </h1>
22
23
+ <p>
24
+ Visit the
25
+ <a href="https://service-manual.nhs.uk">NHS digital service manual</a>
26
+ for guidance and code examples.
27
+ </p>
28
29
+ </div>
30
31
32
0 commit comments