--- { "noFooterMain": true, "noFooterCorporate": true, "nositesearch": true, "breadcrumbs": false, "nositesearch": true } --- {%- include variable-core.liquid -%} {%- capture page-title -%} {%- if page.title -%} {{ page.title }} {%- else -%} Page untitled {%- endif -%} {%- endcapture -%} {%- capture applicationName -%} {%- if page.applicationName -%} {{ page.applicationName }} {%- elsif site.global.applicationName[i18nText-lang] -%} {{ site.global.applicationName[i18nText-lang] }} {%- else -%} null {%- endif -%} {%- endcapture -%} {%- capture applicationURL -%} {%- if page.applicationURL -%} {{ page.applicationURL }} {%- elsif site.global.applicationURL[i18nText-lang] -%} {{ site.global.applicationURL[i18nText-lang] }} {%- else -%} null {%- endif -%} {%- endcapture -%} {% include license.html %} {{ page-title }} - {{ i18nText-siteTitle }} {% include metadata.html %} {% include resources-inc/head.html %} {% include skiplinks/skiplinks.html %} {%- if page.infoBanner -%}

{{ page.infoBanner.title }}

{{ page.infoBanner.message }}

{%- endif -%} {% include header/header.html %} {%- if applicationName != "null" and applicationURL != "null" -%}

{{ applicationName }}

{%- else -%}
{%- if page.language == "en" -%}

Missing configuration

Make sure the properties applicationName and applicationURL are defined either in _config.yml or in the page's front-matter.

{% else %}

Configuration manquante

Assurez-vous que les propriétés applicationName et applicationURL sont définies soit dans _config.yml, soit dans l'en-tête de la page.

{% endif %}
{%- endif -%}

{{ page-title }}

{{ content }} {% include page-details/footer.html %}
{% include footers/footer.html %} {% include resources-inc/footer.html %}