debug
The debug filter outputs the results of a variable in a debug statement. Useful for development.
This filter is unique to Aptuitiv. It is not part of the core Twig functionality.
{{ post|debug }}
{{ form.fields|debug('Form fields') }}