album/templates/places.tpl
2016-06-30 13:16:12 +02:00

18 lines
359 B
Smarty

<!doctype html>
<html>
<head>
<title>Photo places</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
{{{csslink}}}
</head>
<body>
{{> head}}
<h1>Photo places</h1>
<ul class="allplaces">{{#places}}
<li><a href="/place/{{slug}}">{{place_name}}</a>
{{/places}}</ul>
</div>
</body>
</html>