{{!-- 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/totem/templates/actor/parts/actor-features.html"}}
{{!-- Biography Tab --}}
{{!-- If you want TinyMCE editors to output inline rolls when rendered, you need to pass the actor's roll data to the rollData property. --}}
{{editor system.biography target="system.biography" rollData=rollData button=true owner=owner editable=editable}}
{{!-- Owned Items Tab --}}
{{> "systems/totem/templates/actor/parts/actor-items.html"}}
{{!-- Owned Spells Tab --}}
{{> "systems/totem/templates/actor/parts/actor-spells.html"}}
{{!-- Active Effects Tab --}}
{{> "systems/totem/templates/actor/parts/actor-effects.html"}}