f7cloud_client/apps/external/js/templates/icon.handlebars
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

8 lines
179 B
Handlebars

<li data-icon="{{name}}">
<div class="img">
<img src="{{url}}">
</div>
<span class="name">{{name}}</span>
<span class="icon icon-delete" title="{{deleteTXT}}"></span>
</li>