6 lines
90 B
HTML
6 lines
90 B
HTML
<template name="itemLibrary">
|
|
{{#each items}}
|
|
{{> libraryItem}}
|
|
{{/each}}
|
|
</template>
|