{{#> dotdungeon.panel class="spells" title="dotdungeon.actor.pc.panel.spells"}} {{#each items.spell as | spell |}}
{{spell.name}} (Cost: {{spell.system.cost}})
{{else}}

You have no spells yet!

{{/each}}
{{/ dotdungeon.panel}}