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

You have no spells yet!

{{dd-stringify system.spells}}
{{/each}}
{{/ dotdungeon.panel}}