Often times, we need to alter the HTML structure of specific pages. And the first thing is to find from where the content is actually coming from.
There are so many templates, and it is difficult to spot a specific template for a page. So, is there any debugging feature/addon, that for example, provides template-name/path in the view source (during debug mode), so that we could easily see from where the content is coming from?
Since, at the moment, we've to "trial and error" in templates to check which template is for which page.
Thanks.
There are so many templates, and it is difficult to spot a specific template for a page. So, is there any debugging feature/addon, that for example, provides template-name/path in the view source (during debug mode), so that we could easily see from where the content is coming from?
Since, at the moment, we've to "trial and error" in templates to check which template is for which page.
Thanks.