forked from public/foundryvtt-reve-de-dragon
Use hbs extension
This commit is contained in:
6
templates/header-item.hbs
Normal file
6
templates/header-item.hbs
Normal file
@ -0,0 +1,6 @@
|
||||
<header class="sheet-header">
|
||||
<img class="profile-img" src="{{img}}" data-edit="img" data-tooltip="{{name}}"/>
|
||||
<div class="header-fields">
|
||||
<h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1>
|
||||
</div>
|
||||
</header>
|
Reference in New Issue
Block a user