render package:snap

Renders a template as text/html. If the given template is not found, this returns empty.
Renders a compiled template as text/html. If the given template is not found, this returns empty.
Renders a template as the given content type. If the given template is not found, this returns empty.
Renders a template with a given set of splices. This is syntax sugar for a common combination of heistLocal, bindSplices, and render.
Renders a compiled template as the given content type. If the given template is not found, this returns empty.
Renders a compiled template as text/html. If the given template is not found, this returns empty.
Renders a compiled template as the given content type. If the given template is not found, this returns empty.
Generic version of render/cRender.
Generic version of renderAs/cRenderAs.
Like render/cRender, but chooses between the two appropriately based on the default mode.
Like renderAs/cRenderAs, but chooses between the two appropriately based on the default mode.