{% if PAGE_DESCRIPTION %} {% endif %} {% if RUN_MODE == "dev_client" and LOCAL_FRONTEND_SERVER %} {% for css_asset in default_vite_assets.css_files %} {% endfor %} {% endif %} {% if RUN_MODE != "dev_client" %} {% endif %} {% if RUN_MODE == "dev_components" and LOCAL_COMPONENTS_SERVER %} {% else %} {% for assets_group in vite_assets %} {% for asset in assets_group.css_files %} {% endfor %} {% endfor %} {% endif %} {{ extra_head_content | safe }}
Loading application...
{% if RUN_MODE == "prod" %} {% endif %} {% if RUN_MODE == "dev_client" and LOCAL_FRONTEND_SERVER %} {% endif %} {% if RUN_MODE == "dev_components" and LOCAL_COMPONENTS_SERVER %} {% else %} {% for assets_group in vite_assets %} {% for asset in assets_group.js_files %} {% endfor %} {% endfor %} {% endif %} {{ extra_body_content | safe }}