This repository has been archived on 2023-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2015-10-31 11:10:58 -04:00
|
|
|
{{! overview.mustache
|
|
|
|
|
paramters:
|
|
|
|
|
|
|
|
|
|
- overview (list of PostModels in order of last posted)
|
|
|
|
|
|
|
|
|
|
}}
|
2015-12-23 01:02:11 +01:00
|
|
|
<table><tr><th>date</th><th>board</th><th>subject</th></tr>{{#overview}}<tr><td>{{Date}}</td><td><a href="{{Prefix}}{{Board}}-0.html">{{Board}}</a></td><td><a href="{{PostURL}}">{{Truncate.Subject}}</a></td></tr>{{/overview}}</table>
|