mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
No EOL
260 B
HTML
8 lines
No EOL
260 B
HTML
<template name="menuItem">
|
|
<li>
|
|
<a class="dropdown-sub-level" href="{{pathFor route}}">
|
|
<span class="menu-label">{{_ label}}</span>
|
|
{{#if description}}<span class="menu-description">{{_ description}}</span>{{/if}}
|
|
</a>
|
|
</li>
|
|
</template> |