<%- include('partials/top') %>
<main>
	<h1><%= title %></h1>
	<p><%= description %></p>
	<p><%= author %> <%= published %></p>
	<%- content %>
</main>
<%- include('partials/bottom') %>