Skip to content

Commit 9c591bd

Browse files
committed
use jinja2 not jinja in code block header
1 parent f9dcf1f commit 9c591bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/features/configuration-based/PAGE_TEMPLATES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You may want to do more than just add a dynamic value to the page title. Using t
110110

111111
Here is an example of a Liquid template that renders a page title, displays a link to a page called "are you in england" and prints out the answer to a question.
112112

113-
```jinja
113+
```jinja2
114114
<p class="govuk-body">
115115
{# Use Liquid's `assign` to create a variable that holds reference to the \"/are-you-in-england\" page #}
116116
{%- assign inEngland = "/are-you-in-england" | page -%}

0 commit comments

Comments
 (0)