Struct handlebars::Context [] [src]

pub struct Context { /* fields omitted */ }

The context wrap data you render on your templates.

Methods

impl Context
[src]

Create a context with null data

Create a context with given data

Extend current context with another JSON object If current context is a JSON object, it's identical to a normal merge Otherwise, the current value will be stored in new JSON object with key this, and merged keys are also available.

Navigate the context with base path and relative path Typically you will set base path to RenderContext.get_path() and set relative path to helper argument or so.

If you want to navigate from top level, set the base path to "."

Trait Implementations

impl Debug for Context
[src]

Formats the value using the given formatter.

impl Clone for Context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more