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

<div id="content">

	<!-- Load this template's source data (page) -->
	<koken:load>

		<!-- Displays the custom page title -->
		<h1>{{ page.title }}</h1>

		<!-- Displays the custom page content -->
		{{ page.content }}

	</koken:load>

</div> <!-- close #content -->

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