<koken:if false="pjax">
	<koken:include file="inc/head.html" />
	<koken:include file="inc/header-index.html" />
	<div id="lane">
</koken:if>

<koken:load infinite="true">

	<koken:loop>
		<div class="cell">
			<koken:link title="View {{ album.title }}">
				<koken:img respond_to="height" lazy="true" />
			</koken:link>
			<koken:if true="settings.show_strip_title">
				<span class="caption">
					<koken:link title="View {{ album.title }}">
						{{ album.title }}
					</koken:link>
				</span>
			</koken:if>
		</div>
	</koken:loop>

<koken:else>

<koken:note>

	<p class="null">
		This page displays featured albums. Assign some in the Library.
	</p>

</koken:note>

</koken:load>

<koken:if false="pjax">
	</div>
	<koken:include file="inc/footer.html" />
</koken:not>