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