addHtmlTemplate
addHtmlTemplate(name: StringUtf8;
path: String): IOrbTemplateCursor typeMethod;
The addHtmlTemplate method of the Orb class loads the content at the location specified by the path parameter into the Orb templating engine and associates it with the template specified by the name parameter.
If a template with the specified name already exists, an exception occurs.
The method returns an opaque IOrbTemplateCursor reference to the template. For details, see "IOrbTemplateCursor Interface", elsewhere in this document.
