<%= fontName %>
<% _.each(glyphs, function(glyph) { %>
<%= String.fromCodePoint(glyph.codepoint) %>
<i class="<%= className %> <%= className %>-<%= glyph.name %>"></i>
<%= glyph.codepoint.toString(16).toUpperCase() %>
<% }); %>