- Pods
- fanbars 0.3
- API
- Fanbars

const classfanbars::Fanbars
sys::Obj
fanbars::Fanbars
compile
Source
static new compile(Obj template)
Compile the template into a Fanbars instance, where template can be an InStream, Str, or File.
render
Source
Void render(OutStream out, Str:Obj map)
Render template to given OutStream.
renderStr
Source
Str renderStr(Str:Obj map)
Render template to a Str instance.