Zum Hauptinhalt gehen
Navigationsmenü öffnen/schließen
Live-Demo vereinbaren
Account
Support kontaktieren
Bestellungen anlegen
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article, index) { %> <% var isLast = index === articles.length - 1 %>
<%= article.title %> <% if (article.promoted) { %>
Empfohlener Beitrag
<% } %>
<% if (article.body) { %>
<%= Util.getExcerpt(article.body, 300) %>
<% } %>
<% }) %>
<% } %>
Kategorien
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>