bind
bind(name: StringUtf8;
object: Object): Binary typeMethod;
The bind method of the Orb class invokes the Orb templating engine to expand the template specified by the name parameter with the object specified by the object parameter.
This method returns a Binary value representing the expanded HTML (or other content). The resulting Binary is suitable for returning, by using the render method of an Orb route.
Any object properties expanded by the Orb templating engine are sanitized; that is, characters that can potentially affect the rendering of the HTML DOM are replaced with HTML entities.
