Here is my problem: I want to create a website, mostly static, but with some dynamic parts (a small blog for news, etc.). My web server can only make static files (this is actually the Dropbox public directory!), But I donβt want to repeat the layout on every html page!
Now I see two possible solutions: either create an index.htm page that emulates site navigation using javascript and AJAX, or I create all different html pages and then somehow import the layout bits using javascript ..
From you I need ideas and suggestions on how to implement this, which libraries to use, or maybe there is even something specifically for what I need?
Thanks!!
source share