new Combyne(template, data)
Represents a Combyne template.
Parameters:
Name | Type | Description |
---|---|---|
template |
string | The template to compile. |
data |
object | Optional data to compile. |
Members
-
(static) Combyne.settings :object
-
Expose the global template settings.
Type:
- object
-
(static) Combyne.VERSION :string
-
Attach the version number.
Type:
- string
-
(static) Combyne#registerFilter
-
Register a filter into the template.
- Source:
- See:
-
(static) Combyne#registerPartial
-
Register a partial into the template.
- Source:
- See: