Archived
1
0

update templates, add docs to some

This commit is contained in:
jeff
2015-08-05 07:45:16 -04:00
parent 9f370d3985
commit 7b286140b3
12 changed files with 86 additions and 32 deletions

View File

@@ -1,7 +1,17 @@
<hr />
{{!
navbar.mustache -- element on the top of each nod-mod page
TODO: make this not suck, have a board list, have board page list
template parameters:
- name ( the name of whatever resource we are on, board/thread )
- frontend ( the name of the frontend we are on )
- links ( a list of Link Models to display )
}}
<div>
<span class="board_title">{{{board.Name}}}</span>
<span class="board_title">{{name}}</span>
on
<span class="frontend_title">{{{board.Frontend}}}</span>
<span class="frontend_title">{{frontend}}</span>
</div>
<hr />