Skip to main content
Skippo
Toggle navigation menu
Back to website
Contact us
How can we help you?
Search
Promoted articles
Important information about map data in Skippo
Popular videos
General
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<%= block.name %>
<% if (block.sections.length) { %>
<% block.sections.forEach(function(section) { %>
<%= section.name %>
<% }) %>
<% } else if (block.articles.length) { %>
<% block.articles.forEach(function(article) { %>
<%= article.title %>
<% }) %>
<% } else { %>
empty
<% } %>
<% }) %>