HTML Templates

Orb provides a templating engine that renders content based on provided assets that are expanded with data from an object. This would typically be used to produce rendered HTML to send to a web client.

Your templates can contain any arbitrary HTML (or any other textual content).

You can decorate your templates with the following special directives that Orb will dynamically expand.