% if (theme && theme.cssPath) { %>
<% } %> <% if (theme && theme.hasJs) { %> <% } %>
<%= article.title %>
<%- article.content %>
<% if (relatedArticles && relatedArticles.length > 0) { %>
Related Articles
<% relatedArticles.forEach(function(related) { %>
<% if (related.image) { %>
<% } %>
<%= related.title %>
<% }); %>
<% } %>