Files
hbm-foundry-system/templates/item/header.hbs
T
2026-06-09 22:06:56 +02:00

5 lines
225 B
Handlebars

<header class="hbm item-header">
<input type="text" name="name" value="{{document.name}}" placeholder="{{localize 'HBM.ui.name'}}"/>
<span class="item-type">{{localize (concat 'HBM.item.' itemType)}}</span>
</header>