References web content management templates from specific deployed plugin, this code needs to be added on each template, this approach is followed to maintain the template inside the plugins sdk instead of be explicitly defined inside liferay
### in this case training-common-hook is the name of the deployed plugin, so training-common-hook_SERVLET_CONTEXT_
### will reference the docroot folder of that plugin
### $velocity_templates_path variable is created to persist the path where the templates are located then this variable can
### be used inside of the templates
#set ($velocity_templates_path ="training-common-hook_SERVLET_CONTEXT_/training-templates/templates")
## renders the template
#parse ("$velocity_templates_path/message-section/message-section-template.vm")