create
Creates a KbTemplate for the given raw template source.
Parsing is deferred until the first call to render; this factory does not throw.
Return
a new KbTemplate bound to raw.
Parameters
raw
the raw template source string.
Creates a KbTemplate for the given raw template source.
Parsing is deferred until the first call to render; this factory does not throw.
a new KbTemplate bound to raw.
the raw template source string.