Dump
Dump all the variables in the current context.
This tag is useful for debugging, and not much more. It will simply stop execution of the page and show you all the variables in the current context.
{{ dump }}
You can also use the dump modifier to achieve a similar effect.