2015-11-20 01:43:04 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2015-11-21 18:21:44 +03:00
|
|
|
<title>Photo index</title>
|
2015-11-27 00:47:39 +03:00
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
2015-11-27 01:20:36 +03:00
|
|
|
<link rel="stylesheet" href="/static/photos.css" type="text/css"/>
|
2015-11-20 01:43:04 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-11-21 18:21:44 +03:00
|
|
|
<h1>Photo index</h1>
|
2015-11-30 22:31:23 +03:00
|
|
|
|
|
|
|
<p><a href="/tag/">Taggar</a>
|
|
|
|
· <a href="/person/">Personer</a>
|
|
|
|
· <a href="/place/">Platser</a></p>
|
2015-11-27 00:47:39 +03:00
|
|
|
|
|
|
|
<div class="photos">
|
2015-11-21 18:21:44 +03:00
|
|
|
{{#photos}}
|
2015-11-22 15:01:39 +03:00
|
|
|
<p><a href="/details/{{id}}"><img src="/icon/{{id}}"></a></p>
|
2015-11-21 18:21:44 +03:00
|
|
|
{{/photos}}
|
2015-11-27 00:47:39 +03:00
|
|
|
</div>
|
2015-11-20 01:43:04 +03:00
|
|
|
</body>
|
|
|
|
</html>
|