{% assign icons = site.data[include.group] %}
{{ include.title }}
{% assign first-icon = icons | first %} {% assign first-icon-name = first-icon[0] %} {% assign first-icon-svg = first-icon[1] %}
{% include ui/icon.html svg-icon=first-icon-svg %}

{{ first-icon-name }}

{{ first-icon-svg | escape }}
{% capture_once scripts %} {% endcapture_once %}