2015-11-30 00:38:40 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Photo places</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
2016-04-22 23:42:10 +03:00
|
|
|
{{{csslink}}}
|
2015-11-30 00:38:40 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-11-30 23:00:07 +03:00
|
|
|
{{> head}}
|
2015-11-30 00:38:40 +03:00
|
|
|
<h1>Photo places</h1>
|
|
|
|
|
|
|
|
<ul class="allplaces">{{#places}}
|
|
|
|
<li><a href="/place/{{slug}}">{{place}}</a>
|
|
|
|
{{/places}}</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|