How read from Page/layout tagged with Categorization -Tags on theme levl ?

RAVI RAJAMANI, muokattu 6 Vuodet sitten. Regular Member Viestejä: 123 Liittymispäivä: 7.12.2014 Viimeisimmät viestit
I had created the Categorization -Tags  and tagged to page. How to read Tag in liferay theme. is 

Ex: the script of page is reading on theme is like this
<#assign typeSettingsProperties = layout.getTypeSettingsProperties() /><#if typeSettingsProperties??>
    <#assign page_javascript = typeSettingsProperties["javascript"]! />
</#if>


How can i able to read Categorization -Tags in theme level ?
image attached for reference.