frontend-dali/source/widgets/listview/templates/entry.html.tpl

5 lines
190 B
Smarty
Raw Normal View History

2024-10-01 22:52:53 +02:00
<li class="listview-entry" style="background-color: {{color}}" rel="{{rel}}">
<span class="listview-entry-name">{{name}}</span>
<div class="listview-entry-raw">{{raw}}</div>
</li>