The msg object is a FreeMarker method object used for
resolving i18n message IDs into label strings. It provides access to the combined i18n label
bundle for the application and component.
For example:
<span>${msg("label.mymessage")}</span>