{{!-- L5R Button bar --}}
{{#each l5rHeaderButtons}} {{localize this.label}} {{/each}}
{{!-- Sheet Header --}}

{{> 'systems/l5rx-chiaroscuro/templates/actors/character/identity.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/rings.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/aspects.html'}}
{{!-- Sheet Body --}}
{{!-- Active effects --}} {{> 'systems/l5rx-chiaroscuro/templates/actors/character/effects.html'}} {{!-- Sheet Tab Navigation --}} {{!-- Skills Tab --}}
    {{#each data.system.skills as |category id|}} {{> 'systems/l5rx-chiaroscuro/templates/actors/character/category.html' category=category categoryId=id data=../data}} {{/each}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/techniques.html'}}
{{!-- Narrative Tab --}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/narrative.html'}}
{{!-- Inventory Tab --}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/inventory.html'}}
{{!-- Experience Tab --}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/experience.html'}}
{{!-- Invocations Tab --}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/invocations.html'}}
{{!-- Identity Tab --}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/identity-text.html'}}
{{!-- Notes Tab --}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/notes.html'}}