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.
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.