album/templates/index.tpl

14 lines
233 B
Smarty
Raw Normal View History

<!doctype html>
<html>
<head>
2015-11-21 18:21:44 +03:00
<title>Photo index</title>
</head>
<body>
2015-11-21 18:21:44 +03:00
<h1>Photo index</h1>
<p>How nice is this?</p>
2015-11-21 18:21:44 +03:00
{{#photos}}
<p><a href="/icon/{{id}}">{{path}}</a></p>
{{/photos}}
</body>
</html>