{# #
# Item name
#}
{% apply spaceless %}
<h4 class="product-name">
<a class="fn url" href="{{ this.getProductURL(this.categoryId) }}">
{{ widget_list('product_list.product_name.before', product=this.get('product')) }}
{{ this.get('product').name }}
{{ widget_list('product_list.product_name.after', product=this.get('product')) }}
</a>
</h4>
{% endapply %}