mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
Initial commit
This commit is contained in:
commit
aa4021d1a2
163 changed files with 26530 additions and 0 deletions
11
templates/sheets/community.hbs
Normal file
11
templates/sheets/community.hbs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<div>
|
||||
<header class="flexcol">
|
||||
<div class="title-container">
|
||||
<img class="flex0" src="{{document.img}}" data-edit="img" data-action="onEditImage" title="{{document.name}}" height="64" width="64"/>
|
||||
<div class="title-name">
|
||||
{{formInput fields.name value=source.name rootId=partId}}
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
{{> "systems/daggerheart/templates/sheets/parts/heritage.hbs" }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue