Skip to content

Commit 116c79b

Browse files
Avoid clashes in Nunjucks names
1 parent b9d08d2 commit 116c79b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/views/whats-new/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p>Added guidance on <a href="/content/writing-nhs-messages">writing NHS messages</a> to the content guide</p>
1616
{% endset %}
1717

18-
{% set standardHtml202601 %}
18+
{% set standardHtml %}
1919
<p>Updated <a href="/standards-and-technology/service-standard">NHS service standard</a> points 2, 6, 11 and 14 with AI requirements to align with GOV standard</p>
2020
{% endset %}
2121

@@ -45,7 +45,7 @@
4545
text: "Standards and technology"
4646
},
4747
{
48-
html: standardHtml202601
48+
html: standardHtml
4949
}
5050
]
5151
]

app/views/whats-new/updates.njk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
<h2>February 2026</h2>
1414

15-
{% set contentHtml202601 %}
15+
{% set contentHtml202602 %}
1616
<p>Added guidance on <a href="/content/writing-nhs-messages">writing NHS messages</a> to the content guide</p>
1717
{% endset %}
1818

19-
{% set standardHtml202601 %}
19+
{% set standardHtml202602 %}
2020
<p>Updated <a href="/standards-and-technology/service-standard">NHS service standard</a> points 2, 6, 11 and 14 with AI requirements to align with GOV standard</p>
2121
{% endset %}
2222

@@ -38,15 +38,15 @@
3838
text: "Content guide"
3939
},
4040
{
41-
html: contentHtml202601
41+
html: contentHtml202602
4242
}
4343
],
4444
[
4545
{
4646
text: "Standards and technology"
4747
},
4848
{
49-
html: standardHtml202601
49+
html: standardHtml202602
5050
}
5151
]
5252
]

0 commit comments

Comments
 (0)