<% _.each(quotes, function(quote, i){ %>
  • <%= topQuoteSVG %>
    <%= quote.quote %>
    <%= bottomQuoteSVG %>
    — <% if(!_.isEmpty(quote.author)){ %><%= quote.author %>, <% } %> <% if(!_.isEmpty(quote.company)){ %><%= quote.company %><% } %>
  • <% }); %>