Content assets and slots

<% _.forEach(content , function(item) { %> <% }); %>
Template Content assets Content slots
${item.template} <% _.forEach(item.assets , function(a) { %> ${a}
<% }); %>
<% _.forEach(item.slots , function(a) { %> ${a}
<% }); %>


Isml listing

<% _.forEach(templates , function(item) { %> <% }); %>
Template Type Content assets Content slots Includes
${item.template} ${item.type} <% _.forEach(item.assets , function(a) { %> ${a}
<% }); %>
<% _.forEach(item.slots , function(a) { %> ${a}
<% }); %>
<% _.forEach(item.includes , function(a) { %> ${a}
<% }); %>


generated by metacheatsheet (c) 2019 openmind