{%- if site.global.gcds and site.global.gcds != false -%}
{%- capture gcds-version -%}
{%- if site.global.gcds == true -%}
latest
{%- else -%}
{{ site.global.gcds }}
{%- endif -%}
{%- endcapture -%}
{% endif %}
{%- if page.loadGCDS or page.layout == "gcds" -%}
{% endif %}
{%- if page.css.first -%}
{%- for sheet in page.css -%}
{%- if sheet.first -%}
{%- elsif sheet -%}
{%- endif -%}
{%- endfor -%}
{%- elsif page.css -%}
{%- endif -%}