Get Started
Everything you need to know to get started
<% var image = ICONS[section.name] || ICONS['Default']; %>
<%= section.name %>
<% if (section.description) { %><%= section.description %>
<% } %> <% if (section.sections.length === 0 && section.articles.length === 0) { %> <% } else { %>-
<% section.sections.forEach(function(subsection, index) { %>
- <% }) %> <% section.articles.forEach(function(article, index) { %>
-
<%= article.title %> <% if (article.promoted) { %> <% } %>
<% }) %>