An exception for terminatinating execution or to throw for unit testing.
Interface implemented by all compiled templates.
getEnvironment()
Returns the bound environment for this template.
display(array $context, array $blocks=array())
Displays the template with the given context.
render(array $context)
Renders the template with the given context and returns it as string.