{% load staticfiles %}
frontawesome demo
Brands ({{brands|length}})
Brands ({{brands|length}})
Regular ({{regulars|length}})
Solid ({{solids|length}})
{% for icon in brands %}
fab {{icon}}
{% endfor %}
Regular ({{regulars|length}})
Brands ({{brands|length}})
Regular ({{regulars|length}})
Solid ({{solids|length}})
{% for icon in regulars %}
far {{icon}}
{% endfor %}
Solid ({{solids|length}})
Brands ({{brands|length}})
Regular ({{regulars|length}})
Solid ({{solids|length}})
{% for icon in solids %}
fas {{icon}}
{% endfor %}