{# # Main Layout # --------------- # If you are not happy with - modify it :) #} {# Include Macros for your #} {% import '_macros/my-macro.html' as _ %} {# Critical CSS if you dont want is disable it #} {% set criticalCSS = true %} {# Include the Document Header #} {% include '_parts/document-header.html' with { criticalCSS: criticalCSS } %}
{# Add Progressloader#} {% include '_components/progressLoader.html' %} {# Add OffCanvas Layer #} {% include '_components/offCanvas.html' %}