<%= fontName %>
<% _.each(glyphs, function(glyph) { %>
<%= glyph.name %>
<%= glyph.unicode[0].charCodeAt(0).toString(16).toUpperCase() %>
<% }); %>