album/templates/people.tpl

18 lines
361 B
Smarty
Raw Normal View History

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" />
{{{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}}
2016-06-30 13:15:07 +03:00
<li><a href="/person/{{slug}}">{{person_name}}</a>
2015-11-28 11:53:12 +03:00
{{/people}}</ul>
</div>
</body>
</html>