Search
<% if (previousArticle) { %>
<% } %>
<% if (items.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
Categories
-
<% sections.forEach(function(section) { %>
<% var isTopLevelSection = !section['parent_section_id'] %>
-
<% if (isTopLevelSection) { %> <% if (Theme.icons[section.id]) { %><%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, level: level + 1, partial: partial }) %> <% var excludedArticles = window.Theme.excludedArticles || []; %> <% var articlesInSection = section.articles.filter(function(article) { if (!article.id) return true return excludedArticles.indexOf(article.id.toString()) === -1; }) %> <% if (articlesInSection.length) { %>
<% } %> <% if (section.sections.length || section.articles.length) { %> <%= section.name %> <% } else { %> <%= section.name %> <% } %> <% } else { %> <%= section.name %> <% } %>
-
<% articlesInSection.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>
-
<% blocks.forEach(function(block) { %>
- <% }) %>