-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcategory.lens
33 lines (33 loc) · 896 Bytes
/
category.lens
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<koken:include file="inc/components/header.html" />
<main role="main">
<koken:load>
<article class="top-section">
<h1 class="page-name">Browsing {{ category.title }}</h1>
</article>
<ul class="grid">
<koken:event>
<koken:event_content>
<li>
<koken:event_album>
<koken:link>
<koken:img crop="adaptive"/>
</koken:link>
</koken:event_album>
<koken:event_content>
<!-- Rendered if a new public image/video is uploaded -->
</koken:event_content>
<koken:event_essay>
<!-- Rendered if a new essay is published -->
</koken:event_essay>
</li>
<koken:event_content>
<koken:event>
</ul>
<koken:else>
<koken:note>
No album data found
</koken:note>
</koken:load>
</main>
</body>
</html>