surwiki/templates/sitemap.html

16 lines
224 B
HTML
Raw Normal View History

2017-10-13 16:06:16 +03:00
<div class="container">
<header>
<h1>Sitemap</h1>
</header>
<article>
<ul class="dense"
2017-10-13 16:06:16 +03:00
{{#articles}}
><li><a href="{{.link}}">{{.title}}</a></li
2017-10-13 16:06:16 +03:00
{{/articles}}
></ul>
2017-10-13 16:06:16 +03:00
</article>
</div>
2017-10-13 16:25:44 +03:00
{{>footer/default.html}}