Show template data
To display the data in a template, you can use the dump() function.
If you only need the data of certain variables, you can pass this as an argument:
Output of the heading of the text element
If you want the output to be in the toolbar - and not in the template - you can use the dump function:
Note
Note that in extended templates the dump() function must be used inside a block.
Warning
Since the evaluated data may contain safety-critical information about the system, this is only possible if Debug mode is enabled.