<% if (!timeless && hidden) { %>

Note: This article is hidden and is only available to those with a link.

<% } %> <% if (!timeless && date) { %>
<%= date %>
<% } %>

<%= title %>

<% if (tags.length) { %>
Posted in: <% tags.forEach(function(tag, i) { %> <%= tag %><% if (i !== tags.length - 1) { %>, <% } %> <% }) %>
<% } %>
<%- body %>