Here is my template code:
<li class="{$product.name}" {if $product.name == $filter_product.name}class=active{/if}">
I want to be able to set the $product.name
as the class, and when the $product.name
is the active filter also add the class "active"