Files
agent/bower_components/Sortable/meteor/template.html

6 lines
102 B
HTML

<template name="sortable">
{{#each items}}
{{> Template.contentBlock this}}
{{/each}}
</template>