- {{!-- Items Tab --}}
- {{> systems/ds4/templates/actor/partials/character-inventory.hbs}}
+{{!-- Sheet Body (remove indentation to avoid annoying Handlebars auto-indent) --}}
+
+{{!-- Items Tab --}}
+{{> systems/ds4/templates/actor/partials/character-inventory.hbs}}
- {{!-- Spells Tab --}}
- {{> systems/ds4/templates/actor/partials/spells-overview.hbs}}
+{{!-- Spells Tab --}}
+{{> systems/ds4/templates/actor/partials/spells-overview.hbs}}
- {{!-- Talents Tab --}}
- {{> systems/ds4/templates/actor/partials/talents-abilities-overview.hbs}}
+{{!-- Talents Tab --}}
+{{> systems/ds4/templates/actor/partials/talents-abilities-overview.hbs}}
- {{! Profile Tab --}}
- {{> systems/ds4/templates/actor/partials/profile.hbs}}
+{{! Profile Tab --}}
+{{> systems/ds4/templates/actor/partials/profile.hbs owner=owner}}
- {{!-- Biography Tab --}}
-
- {{editor content=data.profile.biography target="data.profile.biography" button=true owner=owner
- editable=editable}}
-
-
+{{!-- Biography Tab --}}
+
+{{editor content=data.profile.biography target="data.profile.biography" button=true owner=owner
+editable=editable}}
+
+
diff --git a/src/templates/actor/partials/profile.hbs b/src/templates/actor/partials/profile.hbs
index be95eeb..2359d8f 100644
--- a/src/templates/actor/partials/profile.hbs
+++ b/src/templates/actor/partials/profile.hbs
@@ -1,7 +1,7 @@