{% extends "combo/page_template.html" %} {% block msie_css_page_picture %} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .collectivity-header--default { background-image: url("{{site_base}}{{page.picture.url}}"); } } {% endblock %} {% block bodyclasses %} {{ block.super }} {% if not page.exclude_from_navigation and page.parent is None %} show-navigation {% else %} hide-navigation {% endif %} {% endblock %} {% block content-pre %}