<%= data.title %>
<% data.menu.forEach(function(item) { %>
<%= item.name %>
<% }); %>
<%= data.sectionTitle %>
<% if (data.articles.length) { %> <% data.articles.forEach(function(article) { %>
<%= article.title %>
<%= article.content %>
<% }); %> <% } else { %>
No articles available.
<% } %>