<% if (heading) { %>
<%= heading %>
<% } %>
<% var group1 = categories.filter(function(category) { return (Theme.categoryGroup1 || []).includes(category.id) }); %>
<% if (group1.length) { %>
<% group1.forEach(function(block, index) { %>
-
<% if (imageHeight) { %>
<% } %>
<% }) %>
<% } %>
<% var group2 = categories.filter(function(category) { return (Theme.categoryGroup2 || []).includes(category.id) }); %>
<% if (group2.length) { %>
<% group2.forEach(function(block, index) { %>
-
<% if (imageHeight) { %>
<% } %>
<% }) %>
<% } %>
<% var group3 = categories.filter(function(category) { return (Theme.categoryGroup3 || []).includes(category.id) }); %>
-
<% if (imageHeight) { %>
<% } %>
<% group3.forEach(function(block, index) { %>
-
<% if (imageHeight) { %>
<% } %>
<% }) %>
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.