This page provides debugging information about assets injected into the HTML page for the current request:

{{currentUri}}

See below in a graph view what bundles are included in the current request

See below in a tabular view what assets Dandelion injects into the current page

{{#assets}} {{/assets}}
Bundle Asset Type Version Action
{{bundle}} {{name}} {{type}} {{version}} View asset

See below how Dandelion injects assets into the current page

<html>
  <head>
    ...
  {{#assetsInHead}}
   <link href="{{{.}}}"></link>
  {{/assetsInHead}}
  </head>
  <body>
    ...
  {{#assetsInBody}}
   <script src="{{{.}}}"></script>
  {{/assetsInBody}} 
  </body>
</html>