<% _.each(symbols, function(symbol) { %>.<%= symbol.name %> {
width: <%= symbol.ratio %>em;
height: 1em;
fill: <%= symbol.fill %>;
}
<% }); %>