I’ve setup my site templates and its looking great - now I want to move on to profile templates, and find that all the templates are managed in a totally different way, in one file that is hard coded with HTML and tags. So, if I want the header and footer of my profile templates to look the same as the rest of the site, do I have to copy the HTML and CSS out of my already-built site templates and paste it into this file, thus having to update the template code in both places if it changes, or can I include my header and footer files from my site templates in the profile template code?