1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
Andreas Olofsson 333e445c58 Adding tutorial
2016-01-21 09:23:21 -05:00

9 lines
114 B
Handlebars

<nav id="nav">
<ul><li>{{menu}}
<ul>
{{#eachPage~}}
<li>{{{pageLink}}}</li>
{{/eachPage~}}
</ul>
</li></ul>
</nav>