Files
DiceCloud/rpg-docs/client/views/inventory/inventoryTables/inventoryTables.html
2014-11-12 11:11:45 +00:00

5 lines
101 B
HTML

<template name="inventoryTables">
{{#each containers}}
{{> containerTable}}
{{/each}}
</template>