Skip to content

Commit

Permalink
Missing block added
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeevz3009 committed Nov 18, 2024
1 parent d55e78a commit 79e913e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cms/jinja2/templates/pages/information_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
{% from "components/related-content/_macro.njk" import onsRelatedContent %}

{% block main %}
<p>{{ page.summary }}</p>
<p>{{ page.summary }}</p>

{% if page.last_updated %}
<h5>Last Updated: {{ page.last_updated }}</h5>
{% endif %}
{% if page.last_updated %}
<h5>Last Updated: {{ page.last_updated }}</h5>
{% endif %}

{% include_block page.content %}
{% include_block page.content %}

{% if related_pages %}
{% if related_pages %}
{# fmt:off #}
{{-
onsRelatedContent({
Expand All @@ -21,7 +21,7 @@ <h5>Last Updated: {{ page.last_updated }}</h5>
"itemsList": related_pages
}]
})
-}}
-}}
{# fmt:on #}
{% endif %}

{% endif %}
{% endblock %}

0 comments on commit 79e913e

Please sign in to comment.