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

<div id="text">

 <koken:load limit="20">

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

   <koken:loop>

   		<article>

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

   		</article>

   </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" />