mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
9 lines
No EOL
221 B
HTML
9 lines
No EOL
221 B
HTML
<template name="pages_menu">
|
|
{{#if hasPages}}
|
|
<div class="header-submodule pages-menu">
|
|
{{#each pages}}
|
|
<a href="{{pathFor route='page'}}">{{title}}</a>
|
|
{{/each}}
|
|
</div>
|
|
{{/if}}
|
|
</template> |