{% if head_html is defined -%}
{{ head_html or "" }}
{%- endif %}
{%- if theme and theme.name != 'Standard' -%}
{%- else -%}
{{ include_style('website.bundle.css') }}
{%- endif -%}
{%- for link in web_include_css %}
{{ include_style(link) }}
{%- endfor -%}