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-08-05 07:45:16 -04:00
|
|
|
{{!
|
|
|
|
|
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 )
|
|
|
|
|
|
|
|
|
|
}}
|
2015-08-04 10:03:44 -04:00
|
|
|
<div>
|
2015-08-05 07:45:16 -04:00
|
|
|
<span class="board_title">{{name}}</span>
|
2015-08-04 10:03:44 -04:00
|
|
|
on
|
2015-08-05 07:45:16 -04:00
|
|
|
<span class="frontend_title">{{frontend}}</span>
|
2015-08-04 10:03:44 -04:00
|
|
|
</div>
|
|
|
|
|
<hr />
|