WPN Support
Pesquisa
Popular articles
vazio
-
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
-
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<%= block.name %>
<% }) %>
<% if (block.sections.length) { %>
-
<% block.sections.forEach(function(section) { %>
- <%= section.name %> <% }) %>
-
<% block.articles.forEach(function(article) { %>
- <%= article.title %> <% }) %>
<% articles.forEach(function(article, index) { %>
<% var isLast = index === articles.length - 1 %>
<% }) %>
<%= article.title %> <% if (article.promoted) { %> <% } %>
<% if (article.body) { %><%= Util.getExcerpt(article.body, 256) %>
<% } %>