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

<div id="text">

 <koken:load limit="20">

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

 	<p><koken:link to="essays" title="View all {{ labels.essay.plural case='lower' }}">{{ labels.essay.plural }}</koken:link> / {{ archive.type.plural }} / {{ archive.title }}</p>

 	<br>

   <koken:loop>

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

   </koken:loop>

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

  <koken:else>

	<koken:note>

		<strong>No essays found.</strong> Write some in Text.

	</koken:note>

 </koken:load>

</div>

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