render +snap
Renders a 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.