Skip to content

Commit 1877bb2

Browse files
Indent PAGE_TEMPLATE example
1 parent 9c43846 commit 1877bb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/features/configuration-based/PAGE_EVENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ Page template:
109109

110110
```jinja2
111111
{% if context.data.awardedGrantValue %}
112-
<p class="govuk-body">Congratulations. You are likely to receive up to £{{ context.data.awardedGrantValue }}.</p>
112+
<p class="govuk-body">Congratulations. You are likely to receive up to £{{ context.data.awardedGrantValue }}.</p>
113113
{% endif %}
114-
<p class="govuk-body">You have not been awarded any funding for this application.</p>
114+
<p class="govuk-body">You have not been awarded any funding for this application.</p>
115115
{% endif %}
116116
```
117117

0 commit comments

Comments
 (0)