std:object

This helper renders a StoreObject, taking into account it’s type and the style requested. The HTML generated will depend on the style requested and the ‘render type’ set in the schema for this type of object.

    {{std:object object "style"}}

object is the name of the property in the view which contains the object to render.

"style" is an optional string literal specifying the style in which to render the object. See std:object for the possible styles.