{% if PAGE_DESCRIPTION %} {% endif %} {% if RUN_MODE == "dev_client" and LOCAL_FRONTEND_SERVER %} {% elif RUN_MODE != "dev_components" %} {% for css_asset in default_vite_assets.css_files %} {% endfor %} {% 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 %}