Twig Debugging

* It is highly recommended to enable twig debugging while you are developing a website so you can tell which templates are being used on the page.

Enabling twig debugging will put comments above each template used on the page that provides very useful information.

To enable twig debugging, add debug: true in web/sites/development.services.yml and copy web/example.settings.local.php to web/sides/default/settings.local.php, uncomment the line referencing this file in settings.php.

Level