<div> <div> <body id=foobar>

ok so i have attempted to do a templating system using mad divs. things are really going great however. I am attempting to place/set a template within the main template but when I do I want to change the body id tag of the master when a certain type of pages are loaded.

Has anyone ever heard of this? I am thinking JS to do it or maybe detecting on title page load in my python. Interested to see what yall think, I havent found much documentation on something like this.

MT