<%~ E.includeFile("partials/head.eta.html", {"title": "Items"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "Items"}) %>

Items

<% it.items.forEach(function(user){ %> <% }) %>
SKU Name Status Actions
<%= user.SKU %> <%= user.name %> <%= user.status %> Edit
<%~ E.includeFile("partials/controlsFoot.eta.html") %> <%~ E.includeFile("partials/foot.eta.html") %>