album/templates/people.tpl
2016-06-30 12:15:07 +02:00

18 lines
361 B
Smarty

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