I'm making a breadcrumbed menu for project, which is pretty simple todo with template inheritance, but I don't like the idea of encoding the actual template name and url into the page - is any template meta data accessible, like URL, template name, template size, etc? I figure this would be in the context object if anywhere - but being relatively new to python I have no clue how to see the insides.
If there isn't, is it be feasible to write a template extension that does this automatically for each template? Alice

