const classfanbars::Fanbars

sys::Obj
  fanbars::Fanbars

Fanbars

render

Source

static Void render(Obj template, Str:Obj map, OutStream out)

Render template to given OutStream, where template can be a Str or a File.

renderStr

Source

static Str renderStr(Obj template, Str:Obj map)

Render template to a Str, where template can be a Str or a File.