%- include('head'); %>
<%= info.title %> - <%= article.title %>
↑
<%= article.title %>
Published on
<%= article.year + '-' + article.month + '-' + article.day %>
<%- article.content %>
Go to top
-
Back to home
<%- include('footer'); %>