{{!-- Biography Tab --}}
<div class="tab bio {{#if (eq activeSheetTab "bio")}}active{{/if}}" data-group="sheet" data-tab="bio">

  <section class="bio-section">
    <h3>{{localize "UA2E.Bio.Biography"}}</h3>
    <textarea class="bio-textarea" name="system.biography" rows="10">{{system.biography}}</textarea>
  </section>

  <section class="bio-section">
    <h3>{{localize "UA2E.Bio.Notes"}}</h3>
    <textarea class="bio-textarea" name="system.notes" rows="8">{{system.notes}}</textarea>
  </section>

</div>
