{##
# Header part
#
# @ListChild (list="head.css", weight="100")
#}
{% if not this.doCSSAggregation() %}
{% for file in this.getCSSResources() %}
<link href="{{ this.getResourceURL(file.url, file) }}" rel="stylesheet" type="text/css" media="{{ file.media }}" />
{% endfor %}
{% endif %}