{{#> 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}}
{{else}}

You have no spells yet!

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