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
Copy file name to clipboardExpand all lines: docs/features/configuration-based/PAGE_TEMPLATES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ You may want to do more than just add a dynamic value to the page title. Using t
110
110
111
111
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.
112
112
113
-
```jinja
113
+
```jinja2
114
114
<p class="govuk-body">
115
115
{# Use Liquid's `assign` to create a variable that holds reference to the \"/are-you-in-england\" page #}
0 commit comments