{{#> dotdungeon.panel class="spells" title="dotdungeon.actor.pc.panel.spells"}}
{{#each items.spell as | spell |}}
{{spell.name}}
{{#if spell.system.cost }}
(Cost: {{spell.system.cost}})
{{/if}}
You have no spells yet!
{{/each}}