{% block doc -%} {%- block html %} {%- block head %} {%- block metas %} {%- endblock metas %} {%- block gtm %} {%- endblock gtm %} {%- block styles %} {%- endblock styles %} {%- endblock head %} {% block body %} {# ... this is the block to put your website navigation bar in child pages ... #} {% block navbar %} {%- endblock navbar %} {# ... this is the block to put your website content in child pages ... #} {% block content -%} {%- endblock content %} {% block cookie %} {# ... this is the floating button to change cookie consent that will show up at bottom left of all pages ... #}
{%- endblock cookie %} {% block scripts %} {%- endblock scripts %} {%- endblock body %} {%- endblock html %} {% endblock doc -%}