ds4/templates/sheets/actor/tabs/biography.hbs

18 lines
593 B
Handlebars
Raw Normal View History

2021-06-26 22:02:00 +02:00
{{!--
SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-License-Identifier: MIT
--}}
2022-01-21 03:22:17 +01:00
<div class="ds4-sheet-tab tab biography" data-group="primary" data-tab="biography">
2021-07-10 21:02:48 +02:00
<div class="ds4-biography-tab-content">
<!-- beautify ignore:start -->
<!-- prettier-ignore-start -->
{{!-- remove indentation to avoid annoying Handlebars auto-indent --}}
{{> systems/ds4/templates/sheets/actor/components/profile.hbs}}
{{> systems/ds4/templates/sheets/actor/components/biography.hbs}}
<!-- beautify ignore:end -->
<!-- prettier-ignore-end -->
</div>
2021-04-13 21:40:52 +02:00
</div>