{{!-- Template for the common body (navigation & body sections) of all items. --}} {{!-- Sheet Tab Navigation --}} <nav class="sheet-tabs tabs" data-group="primary"> <a class="item" data-tab="description">{{localize "DS4.HeadingDescription"}}</a> <a class="item" data-tab="effects">{{localize "DS4.HeadingEffects"}}</a> {{#if isPhysical}} <a class="item" data-tab="details">{{localize "DS4.HeadingDetails"}}</a> {{/if}} </nav> {{!-- Sheet Body --}} <section class="sheet-body"> {{!-- Description Tab --}} {{> systems/ds4/templates/item/partials/description.hbs}} {{!-- Effects Tab --}} {{> systems/ds4/templates/item/partials/effects.hbs}} {{#if isPhysical}} {{!-- Details Tab --}} {{> systems/ds4/templates/item/partials/details.hbs}} {{/if}} </section>