You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Use this page as the index for your project -->
2
1
3
-
<!-- ADDING CUSTOM CSS - Add your custom CSS or Sass in /app/assets/sass/main.scss -->
2
+
{% extends 'layout-app.html' %}
4
3
5
-
<!-- Extends the layout from /views/layout.html -->
6
-
{% extends 'layout.html' %}
7
-
<!--
8
-
In /views/layout.html you can:
9
-
- change the header and footer
10
-
- add custom CSS and JavaScript
11
-
-->
4
+
{% set formAction = "foo" %}
12
5
13
-
<!-- Set the page title -->
14
-
{% block pageTitle %}
15
-
{{serviceName}}
16
-
{% endblock %}
17
-
18
-
<!-- For adding a breadcrumb or back link -->
19
-
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
20
-
{% block beforeContent %}
21
-
{% endblock %}
22
6
7
+
{% block pageContent %}
23
8
24
-
<!-- For adding page content -->
25
-
<!-- Page layout code can be found at https://service-manual.nhs.uk/design-system/styles/layout -->
0 commit comments