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

RAVI RAJAMANI, modified 5 Years ago. Regular Member Posts: 123 Join Date: 12/7/14 Recent Posts
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.