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

<koken:load>

	<div class="content-row">
		<h2 class="archive">
			<koken:if data="archive.type" equals="tag">#</koken:if>{{ archive.title }}
		</h2>
	</div>

	<koken:include file="inc/loop-album-grid.html" />

<koken:else>

	<koken:note>

		<strong>No albums found.</strong> Create some in the Library.

	</koken:note>

	<br>
	<br>

</koken:load>

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