<%- include('head'); %> <%= info.title %> - <%= article.title %>

<%= article.title %>

<%= article.draft ? 'Drafted on' : 'Published on' %>  <%= article.year + '-' + ('0' + article.month).slice(-2) + '-' + ('0' + article.day).slice(-2) %>
<%- article.content %>

Go to top - Back to home <%- include('footer'); %>