Tagging content - display keywords in template

Thanks @machak,

I have managed to display the tags as follows:

    <ul>
	  <#list document.tags as tag>
	    <li>${tag}</li>
	  </#list>
	</ul>