reploy/templates/tag.html

14 lines
241 B
HTML

<!doctype html5>
<html>
{{> head.html}}
<body>
<h2>{{?tag}}Tag: {{tagpath}}{{/tag}}{{^tag}}All pages{{/tag}}</h2>
Path: (root){{#tag}} / #{{.}}{{/tag}}
<ul>
{{#pages}}
<li>{{#anchor}}{{name}}{{/anchor}}</li>
{{/pages}}
</ul>
</body>
</html>