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

11 lines
292 B
Handlebars
Raw Normal View History

2021-06-26 22:02:00 +02:00
{{!--
SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-License-Identifier: MIT
--}}
2021-04-13 21:40:52 +02:00
<div class="tab biography" data-group="primary" data-tab="biography">
2021-06-30 19:14:52 +02:00
{{editor content=data.data.profile.biography target="data.profile.biography" button=true owner=owner
2021-04-13 21:40:52 +02:00
editable=editable}}
</div>