<koken:include file="inc/header.html" />

<koken:load>

     <article>

		<div class="content-row">

			<div class="wrap">

				<h2>{{ page.title }}</h2>

			</div>

		</div>

		<div class="essay-body">

			{{ page.content }}

		</div>

	</article>

</koken:load>

<koken:include file="inc/footer.html" />