We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e95b8e7 + 589cec5 commit f4f4924Copy full SHA for f4f4924
templates/_components/resources-section.html.twig
@@ -17,7 +17,7 @@
17
<div class="govuk-accordion" data-module="govuk-accordion" id="accordion-default">
18
{% if page.content.brochures_list_brochures_list is not empty %}
19
{# Start brochure section #}
20
- {{ set resourceIndex = resourcesWithIndex['brochures_list_brochures_list'] is defined ? resourcesWithIndex['brochures_list_brochures_list'] : '1' }}
+ {% set resourceIndex = resourcesWithIndex['brochures_list_brochures_list'] is defined ? resourcesWithIndex['brochures_list_brochures_list'] : '1' %}
21
<div class="govuk-accordion__section ">
22
<div class="govuk-accordion__section-header">
23
<h2 class="govuk-accordion__section-heading">
0 commit comments