I am trying to create a list of links that contain a filtered list of tags next to them, this is what I have tried so far:
<$list filter="[tag[Reports]]">
* <$link to={{!!title}}><$view field="title"/></$link> <$list filter="[all[current]tags[]![Reports]sort[]]" template="$:/core/ui/TagTemplate"></$list>
</$list>
The issues with the above is that each item in the first $list is being render as separate <ul> instead of one with numerous <li>.
Tags are being displayed as desired though when you click on a tag the tag windows opens multiple times where tag appears in the list.
Obviously I am doing something wrong as I'm sure this is achievable and could also be created as a reusable macro?
Any help would be much appreciated.