%- include('head'); %>
<%= info.title %> - Home
<%= info.title %>
<%= info.description %>
Articles in this blog :
<% articles.forEach((article) => { %>
<%- `
` %>
<%- `${article.title}` %>
Published on
<%= article.year + '-' + ('0' + article.month).slice(-2) + '-' + ('0' + article.day).slice(-2) %>
<% if(article.thumbnail){ %> <%- `
` %> <% } %> <%- `
` %>
<% }); %> <%- include('footer'); %>