Here's my problem: I want to build a web site, mostly static but with some dynamic parts (a little blog for news, etc..). My web server can only do static files (it's actually a public dropbox directory!) but I don't want to repeat the layout in every html page!
Now, I see two possible solutions here: either I create an index.htm page that emulates site navigation with JavaScript and AJAX or I create all the different html pages and then somehow import the layout bits with JavaScript..
From you I need ideas and suggestions on how to implement this, which libraries to use, or maybe there exists even something tailored exactly for what I need?