mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
No EOL
205 B
HTML
7 lines
No EOL
205 B
HTML
<template name="posts_views_nav">
|
|
{{#if showNav}}
|
|
<div class="posts-list-views grid-module">
|
|
{{> menuComponent menuName="view" menuItems=menuItems mode="list"}}
|
|
</div>
|
|
{{/if}}
|
|
</template> |