On product page I am trying to display product categories. (Using Taxonomy to add category for product). In my scenario I have added 2 taxonomy (categories) for product and using following code in productpage.ftl file to display categories in which that product falls. But output of following is just iterating the keys and showing ‘|’ two times. Any Idea how can I iterate on taxonomy?
<#list document.keys as item>
<hst:html hippohtml="${item}" /> |
</#list>