Given that I have a URL to a page and I can see the content on it as a user, is there a simple way to find out what template files are producing the page? Ideally I would like to know three things:
- The current template file(s) being used
- The filename(s) I can create in the local folder to customize them
- What variables are available to these file(s)
I just want to know what the general procedure is for finding this information out.