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

<div id="text">

	<koken:load>

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

		<div id="page-content">
			{{ page.content }}
		</div>

	</koken:load>

</div>

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