<%- include('./partials/search.ejs') %>
<% if(articles != null) { %> <% articles.forEach(function(article, index) { %> <% }) %> <% } else { %> No posts found. <% } %>