epilogue/templates/category.mustache

9 lines
145 B
Plaintext

{{>header}}
{{>wiki_notice}}
<h2>{{title}}</h2>
<ul>
{{#pages}}
<li><a href="{{url}}">{{title}}</a></li>
{{/pages}}
</ul>
{{>footer}}