{{!-- 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. --}}
/
/
{{!-- 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. --}}
{{#each data.abilities as |ability key|}}
{{numberFormat ability.mod decimals=0 sign=true}}
{{/each}}
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Biography Tab --}}
{{editor content=data.biography target="data.biography" button=true owner=owner editable=editable}}
{{!-- Owned Items Tab --}}
  1. Name
  2. {{#each actor.items as |item id|}}
  3. {{item.name}}

  4. {{/each}}