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

<koken:load limit="{{ settings.content_index_limit }}">

<ol class="thumbs">

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

</ol>

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

<koken:else>

	<koken:note>

		No content found. Upload some in the Library.

	</koken:note>

</koken:load>

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