How can I add tiddler icons to $:/core/ui/ListItemTemplate
?
This is what I have tried.
<div class="tc-menu-list-item">
/* I have also tried these combinations with {{<currentTidddler!!icon}} */
<$image source="image-path/{{!!icon}}.png"/><$link />
{{!!icon}}<$link />
</div>