Trying to keep a consistent look & feel between a django site and a wordpress blog is turning into somewhat of a pain and I'm wondering if there's a way to set it up so that stuff only needs to be changed in one place.
Most of the appearance stuff that changes is in the header and footer which for Wordpress is in header.php and footer.php, and for Django it's in a base template.
I'd prefer to be able to have the Django template be the master thing that's edited, but either one would be preferable to having to keep both updated manually.