rendu/1.x-dev/system/templates/flex/_default/object/debug.html.twig
2026-01-16 16:27:30 +01:00

4 lines
106 B
Twig

<section>
<h2>{{ object.key }}</h2>
<pre>{{ object.jsonSerialize()|yaml_encode }}</pre>
</section>