Welcome to the Service Center
Search
-
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
-
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<%= block.name %>
<% } %>
<% }) %>
Popular articles
Custom block example
-
<% blocks.forEach(function(block, index) { %>
-
<% if (imageHeight) { %> <% var src = images.length > index ? images[index] : images[images.length - 1] %> <% } %> <% if (block.name) { %>
<% if (block.html_url) { %> <%= block.name %> <% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>