album/templates/index.tpl
2015-11-21 16:21:44 +01:00

14 lines
233 B
Smarty

<!doctype html>
<html>
<head>
<title>Photo index</title>
</head>
<body>
<h1>Photo index</h1>
<p>How nice is this?</p>
{{#photos}}
<p><a href="/icon/{{id}}">{{path}}</a></p>
{{/photos}}
</body>
</html>