I am using something like this;
<$list filter="[tag[Background]tag{!!title}]+[sort[]]">
<h2><$link><$view field="title"/></$link></h2>
<$transclude mode="block" field="text"/>
<hr>
</$list>
but I don’t like the extra hr that it puts on the bottom… Is there a way I can test to see if its not the last item in the list and then hide that using a reveal widget?