{{!-- Sheet Header --}}

{{!-- The grid classes are defined in scss/global/_grid.scss. To use, use both the "grid" and "grid-Ncol" class where "N" can be any number from 1 to 12 and will create that number of columns. --}}
{{!-- "flex-group-center" is also defined in the _grid.scss file and it will add a small amount of padding, a border, and will center all of its child elements content and text. --}}
/
/
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- 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/boilerplate/templates/actor/parts/actor-features.hbs"}}
{{!-- 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/boilerplate/templates/actor/parts/actor-items.hbs"}}
{{!-- Owned Spells Tab --}}
{{> "systems/boilerplate/templates/actor/parts/actor-spells.hbs"}}
{{!-- Active Effects Tab --}}
{{> "systems/boilerplate/templates/actor/parts/actor-effects.hbs"}}
{{log system}}