nav-menu.hbs 427 Bytes
Newer Older
hyeryung's avatar
hyeryung committed
1 2 3
{{#with page.navigation}}
<div class="nav-panel-menu is-active" data-panel="menu">
  <nav class="nav-menu">
minseok.park's avatar
minseok.park committed
4 5
    {{!-- <button class="nav-menu-toggle" aria-label="Toggle expand/collapse all" style="display: none"></button> --}}
    {{!-- {{#with @root.page.componentVersion}}
hyeryung's avatar
hyeryung committed
6
    <h3 class="title"><a href="{{{relativize ./url}}}">{{./title}}</a></h3>
minseok.park's avatar
minseok.park committed
7
    {{/with}} --}}
hyeryung's avatar
hyeryung committed
8 9 10 11
{{> nav-tree navigation=this}}
  </nav>
</div>
{{/with}}