Add rudimentary script for generating the forum archive.
This commit is contained in:
6
templates/boards.mustache
Normal file
6
templates/boards.mustache
Normal file
@@ -0,0 +1,6 @@
|
||||
{{>header}}
|
||||
{{#categories}}
|
||||
<h2 class="category-name">{{name}}</h2>
|
||||
{{>child_boards}}
|
||||
{{/categories}}
|
||||
{{>footer}}
|
Reference in New Issue
Block a user