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-20 01:43:04 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-11-21 18:21:44 +03:00
|
|
|
<h1>Photo index</h1>
|
2015-11-20 01:43:04 +03:00
|
|
|
<p>How nice is this?</p>
|
2015-11-21 18:21:44 +03:00
|
|
|
{{#photos}}
|
|
|
|
<p><a href="/icon/{{id}}">{{path}}</a></p>
|
|
|
|
{{/photos}}
|
2015-11-20 01:43:04 +03:00
|
|
|
</body>
|
|
|
|
</html>
|