grav/system/templates/flex/_default/object/debug.html.twig

4 lines
106 B
Twig
Raw Permalink Normal View History

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