Express Node App
Submit
Quotes
<% for(var i=0; i < quotes.length; i++) {%>
<%= quotes[i].name %>
:
<%= quotes[i].quotes %>
<% } %>