I am not sure how ask this. I was wanting to build a static website with reusable header & footer.
<body>
<include src="./header.html"></include>
Content
<include src="./footer.html"></include>
</body>
Since markup above doesn't exist in HTML, can it be done using XML client-side(browser)? File includes would be same origin obviously.