Added library page

This commit is contained in:
Thaum Rystra
2017-04-24 06:05:44 +02:00
parent 9975a13a70
commit cd7702cf4f
7 changed files with 61 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<template name="itemLibrary">
{{#each items}}
{{> libraryItem}}
{{/each}}
</template>