<%= title %>
    <% _.each(desserts, function(item) { %>
  • <%= item %>
  • <% }); %>