debug.html.twig 106 B

1234
  1. <section>
  2. <h2>{{ object.key }}</h2>
  3. <pre>{{ object.jsonSerialize()|yaml_encode }}</pre>
  4. </section>