Files
sqlpage--sqlpage/sqlpage/templates/debug.handlebars
T
lovasoa 88a96cf697 in the debug component, display top-level pareameters as well as row-level ones.
This also fixes a surprising behavior when starting a file without a component selection.
2023-08-22 23:47:44 +02:00

6 lines
114 B
Handlebars

<h2>Debug output</h2>
<pre>{{stringify this}}</pre>
{{#each_row}}
<pre>{{stringify this}}</pre>
{{/each_row}}