{%- include variable-core.liquid -%} {%- capture page-title -%} {%- if page.title -%} {{ page.title }} {%- else -%} Page untitled {%- endif -%} {%- endcapture -%} {% include license.html %} {{ page-title }} - {{ i18nText-siteTitle }} {% include metadata.html %} {% include resources-inc/head.html %} {% include header/gcds-header.html %}
{% assign normalizedContent = content | downcase %} {% assign hasH1Title = false %} {% if normalizedContent contains 'id="wb-cont"' %} {% assign hasH1Title = true %} {% endif %} {% unless hasH1Title %} {% include main-page-title/main-page-title.html %} {% endunless %} {{ content }} {% include page-details/footer.html addContainer=page.noContainer %}
{% include footers/gcds-footer.html %} {% include resources-inc/footer.html %}