{% assign icons = include.icons %} {% assign limit = 20 %} {% if jekyll.environment != 'development' %} {% assign limit = null %} {% endif %}
{{ include.title }}
{% assign first-icon = icons | first %} {% capture first-icon-svg %}{% include ui/icon.html icon=first-icon %}{% endcapture %}
{{ first-icon-svg }}

{{ first-icon }}

{% highlight html %}{{ first-icon-svg }}{% endhighlight %}
{% for icon in icons limit: limit %} {% include ui/icon.html icon=icon %}
{{ icon }}
{% endfor %} {% for icon in (0..20) %}
{% endfor %}