Produce API
Current scope:<%- scope %>
Fruits:
<% _.each(data.fruit, function(v) { %>
- <%- v %>
<% }); %>
Veggies:
<% _.each(data.veggies, function(v) { %>
- <%- v %>
<% }); %>
Meats:
<% _.each(data.meats, function(v) { %>
- <%- v %>
<% }); %>
Get Produce