Template Paths in HTML
Version 1.0.0
September 9, 2026
Added
- Initial release.
- HTML comment markers naming the Twig template, block and macro that rendered each part of the page.
- Blocks are marked on every render path, including
{{ block('name') }},{{ parent() }}and{% embed %}overrides. - Optional
requireLoginsetting, viaconfig/template-paths.php, restricting markers to logged-in users. - Macros are marked with both their own name and their defining file.
- Active only when
devModeis on, and only on site templates — never the control panel.