album/templates/places.tpl

18 lines
407 B
Smarty
Raw Normal View History

<!doctype html>
<html>
<head>
<title>Photo places</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="/static/photos.css" type="text/css"/>
</head>
<body>
2015-11-30 23:00:07 +03:00
{{> head}}
<h1>Photo places</h1>
<ul class="allplaces">{{#places}}
<li><a href="/place/{{slug}}">{{place}}</a>
{{/places}}</ul>
</div>
</body>
</html>