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