{% extends "skeleton.html" %} {% block base_content %}

Available webfont icons

{% if webfont_store.errors %} {% endif %} {% if webfont_store == None %} {% else %} {% for font_name,font_icons in webfont_store.get_manifests.items %}

{{ font_name }} ({{ font_icons|length }})

{% for icon_key,icon_datas in font_icons.items %}

{{ icon_datas.class_name }}

Unicode {{ icon_datas.unicode }}
UTF-8 {{ icon_datas.utf8 }}
Integer {{ icon_datas.int }}
{% endfor %}
{% endfor %} {% endif %}
{% endblock base_content %}