mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
9 lines
305 B
HTML
9 lines
305 B
HTML
<template name="feeds">
|
|
<div class="form-well add-feed">
|
|
<h3>Add new feed:</h3>
|
|
{{> quickForm collection="Feeds" id="insertFeedForm" type="insert" label-class="control-label" input-col-class="controls" template="telescope"}}
|
|
</div>
|
|
{{#each feeds}}
|
|
{{> feedItem}}
|
|
{{/each}}
|
|
</template>
|