{{!-- Owned Features Tab --}}
{{!-- For the main features list, span the right two columns --}}
{{!-- This is a Handlebars partial. They're stored in the `/parts` folder next to this sheet, and defined in module/helpers/templates.mjs --}}
{{> "systems/wanderhome/templates/actor/parts/actor-features.hbs"}}
{{!-- Biography Tab --}}
{{!-- Editors must receive enriched text data from getData to properly handle rolls --}}
{{editor enrichedBiography target="system.biography" engine="prosemirror" button=true editable=editable}}
{{!-- Owned Items Tab --}}
{{> "systems/wanderhome/templates/actor/parts/actor-items.hbs"}}
{{!-- Owned Spells Tab --}}
{{> "systems/wanderhome/templates/actor/parts/actor-spells.hbs"}}
{{!-- Active Effects Tab --}}
{{> "systems/wanderhome/templates/actor/parts/actor-effects.hbs"}}