{# -- CRITICAL CSS -- #} {% set cacheVal = getCookie('critical-css') %} {% if not cacheVal or craft.app.config.general.devMode %} {{ setCookie('critical-css', now | date_modify("+7 days").timestamp ) }} {% block appInlineCSS %} {% endblock %} {% endif %} {% include '_partials/webpack/webpack-header.html' %}
{# Render Pattern Lib Content #} {% include component with { opt: templateOptions | default([]) } %} {% include '_partials/webpack/webpack-scripts.html' %}