{% load cotton %} {% load_icon_metadata as icons_data %}
{% if show_categories %}
{% endif %} {% if show_search %}
{% endif %}
Line Fill
{{ icons_data.icons|length }}
{% regroup icons_data.icons by category as category_list %} {% for category in category_list|slice:":1" %} {% endfor %}
Line Fill
Direct Reference
Index Reference