forked from jhne/norma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.lens
executable file
·28 lines (28 loc) · 902 Bytes
/
content.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
<koken:include file="inc/components/header.html" />
<main role="main">
<koken:load limit="18" infinite="true">
<koken:content_image>
<koken:img />
</koken:content_image>
<koken:content_video>
<koken:video />
</koken:content_video>
{{ content.caption paragraphs="true" }}
<koken:exif>
<div class="exif">
<p><koken:not empty="exif.model">{{ exif.model }}</koken:not> -
<koken:not empty="exif.exposure">{{ exif.exposure }}</koken:not> -
<koken:not empty="exif.aperture">{{ exif.aperture }}</koken:not> -
<koken:not empty="exif.focal_length">{{ exif.focal_length }}</koken:not> -
<koken:not empty="exif.lens">{{ exif.lens }}</koken:not></p>
</div>
</koken:exif>
<koken:include file="inc/components/share.html" />
<koken:else>
<koken:note>
No image or video found
</koken:note>
</koken:load>
</main>
</body>
</html>