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

<koken:load limit="10">

<koken:variable name="list" value="true" />

<header class="content">

	<span class="wrap first">

		<koken:breadcrumbs separator="/" />

	</span>

</header>

<br>

<div id="twocol">

	<div class="mcol">

		<koken:loop>

			<koken:include file="layouts/article.html" />

		</koken:loop>

	</div>

	<div class="rcol">

		<aside>

			<koken:include file="layouts/essays-aside.html" />

		</aside>

	</div>

</div>

<koken:include file="layouts/pagination.html" />

<koken:else>

	<koken:note>

		No essays found. Write some in Text.

	</koken:note>

</koken:load>

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