addStylesheet
addStylesheet(name: StringUtf8;
path: String) typeMethod;
The addStylesheet method of the Orb class loads the CSS 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.
All style sheets added using this method are automatically linked into documents when the <@@ orb-headers @@> directive is expanded.
If a style sheet with the specified name already exists, an exception occurs.
For details, see "HTML Templates", elsewhere in this document.
