如何在Tumblr主题中包含文件

I'm working on a new layout for my design portfolio and since I want to have a blog as well, I'm just making the whole thing in Tumblr. I want to use something like PHP or HTML includes for the header and footer so I don't have to edit 15 pages of headers and footers whenever I make a change, but the problem is Tumblr doesn't allow either PHP or HTML includes (I've tried both and the code just doesn't render). I thought of using iframes, but after some experimentation, those just aren't going to work the way I need them to.

So my question is- is there any way I can create my header and footer files, host them on a different site and then call up the file in my Tumblr layout? I've spent several hours over the last few days scouring the internet and have not been ble to come up with anything. Thanks in advance for any suggestions!

I don't believe Tumblr will allow you to do that, simply for security reasons. It's been a while since I used the blogging site, but when I was using it, it seemed pretty limited as far as getting really deep with the HTML or any other coding.

“I want to use something like PHP or HTML includes for the header and footer so I don't have to edit 15 pages of headers and footers whenever I make a change,”

Tumblr themes system provide only one template for all pages. That's why when you will edit header for one page, you will edit it for all pages