mirror of https://github.com/juliancwirko/abc.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
368 B
12 lines
368 B
10 years ago
|
<div class="main-menu-ovrl main-menu-ovrl-hugeinc js-main-menu-ovrl">
|
||
|
<i class="fa fa-times main-menu-ovrl-close js-main-menu-close"></i>
|
||
|
<nav>
|
||
|
<ul>
|
||
|
{{#foreach navigation}}
|
||
|
<li>
|
||
|
<a href="{{url absolute="true"}}">{{label}}</a>
|
||
|
</li>
|
||
|
{{/foreach}}
|
||
|
</ul>
|
||
|
</nav>
|
||
|
</div>
|