mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
10 lines
347 B
HTML
10 lines
347 B
HTML
![]() |
<template name="pages">
|
||
|
<div class="form-well add-page">
|
||
|
<h3>Add new page:</h3>
|
||
|
{{> quickForm collection="Pages.collection" id="insertPageForm" type="insert" label-class="control-label" input-col-class="controls" template="bootstrap-horizontal"}}
|
||
|
</div>
|
||
|
{{#each pages}}
|
||
|
{{> UI.dynamic template=pageItem}}
|
||
|
{{/each}}
|
||
|
</template>
|