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: app/views/_templates/layout-app.html
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -149,14 +149,17 @@
149
149
</div>
150
150
{% endif %}
151
151
152
-
{% if pageNavigation %}
153
-
<divclass="nhsuk-grid-row">
154
-
<divclass="nhsuk-grid-column-full">
155
-
{% block pageNavigation %}
156
-
{% endblock pageNavigation %}
157
-
</div>
152
+
153
+
{# This will output excess divs where pageNavigation is not set. I could not find a way to stop this. You can't test for truthiness of the block, nor can you capture the contents with set.
0 commit comments