{##
 # Head list meta tags
 #
 # @ListChild (list="head")
 #}

{% for meta in this.getMetaResources() %}
  {{ meta|raw }}
{% endfor %}
