Skip to main content
Skippo
Toggle navigation menu
Back to website
Contact us
Skippo
Updates and known issues
Login freezes or loads slowly on iPad
Promoted article
Important information about map data in Skippo
Promoted article
GPS may loose position at low speeds on iPhone and iPad
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
<% } %>
<% }) %>