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 28025b0 commit 199e512Copy full SHA for 199e512
app/views/david/blank.html
@@ -0,0 +1,24 @@
1
+{% extends 'layout.html' %}
2
+
3
+{% block pageTitle %}
4
+ Blank 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
+ <!-- Add your content here -->
20
21
+ </div>
22
23
24
0 commit comments