Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ <h2 class="nhsuk-heading-m">Previous versions</h2>

<p><a href="./v1/homepage">Version 1</a></p>
<p><a href="./v2/homepage">Version 2</a></p>
<p><a href="./v3/homepage">Version 3</a></p>



Expand Down
43 changes: 43 additions & 0 deletions app/views/v3/accessibility-statement.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}


{% set pageName = "Accessibility statement" %}
{% set serviceHeader = "" %}

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}

{{ breadcrumb({
items: [
{
href: "/",
text: "Home"
}
],
href: "#",
text: "Accessibility statement"
}) }}
{% endblock %}

{% block content %}




<!-- NHS 10 Year Plan Context -->
<div class="nhsuk-grid-row nhsuk-u-margin-top-7">
<div class="nhsuk-grid-column-full">

<h1 class='nhsuk-heading-m'>Accessibility statement</h1>

</ul>


</div>
</div>





{% endblock %}
Loading