mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
13 lines
No EOL
317 B
HTML
13 lines
No EOL
317 B
HTML
<template name="mobile_nav">
|
|
<div class="mobile-nav">
|
|
<div class="mobile-nav-inner">
|
|
<ul class="mobile-menu">
|
|
{{#each mobileNav}}
|
|
<li>
|
|
{{> Template.dynamic template=getTemplate data=mobileContext}}
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</template> |