<%- page.content %> <% if (page.prev){ %> ← Previous Post <% } %> <% if (page.next){ %> Next Post → <% } %> <% if(config['disqus_username']) { %> <% } %> <%- partial('_partial/toc') %> <% if(config['featured-tags']) { %> FEATURED TAGS <% page.tags.forEach(function(tag){ %> <%= tag.name %> <% }) %> <% }%> <% if(config.friends) { %> FRIENDS <% config.friends.forEach(function(friend){ %> <%= friend.title %> <% }); %> <% }%>