Thanks @machak,
I have managed to display the tags as follows:
<ul>
<#list document.tags as tag>
<li>${tag}</li>
</#list>
</ul>
Thanks @machak,
I have managed to display the tags as follows:
<ul>
<#list document.tags as tag>
<li>${tag}</li>
</#list>
</ul>