initSidebarItems({"enum":[["TemplateError","Template parsing error"],["TemplateFileError",""],["TemplateRenderError",""]],"fn":[["html_escape","The default *escape fn* replaces the characters `&\"<>` with the equivalent html / xml entities."],["no_escape","`EscapeFn` that donot change any thing. Useful when using in a non-html environment."]],"struct":[["Context","The context wrap data you render on your templates."],["ContextJson","Json wrapper that holds the Json value and reference path information"],["Handlebars","The single entry point of your Handlebars templates"],["Helper","Render-time Helper data when using in a helper definition"],["RenderContext","The context of a render call"],["RenderError",""],["Template",""]],"trait":[["HelperDef","Helper Definition"],["JsonRender",""],["JsonTruthy",""],["Renderable",""]],"type":[["EscapeFn","This type represents an *escape fn*, that is a function who's purpose it is to escape potentially problematic characters in a string."]]});