This commit is contained in:
2025-06-09 21:52:22 +02:00
parent 436c867dd5
commit 84a2ef8aeb
7 changed files with 49 additions and 5 deletions

View File

@ -0,0 +1,7 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img src="{{item.img}}" data-edit="img" title="{{item.name}}" height="64" width="64"/>
<h1><input name="name" type="text" value="{{item.name}}" placeholder="Name"/></h1>
</header>
<p>HELLO TEST</p>
</form>