I've been asked to develop some simple views for an e-commerce website, but I can not use any framework, just raw HTML and CSS. My problem is that I do not want to repeat the navigation bar and footer code in each view. I am used to developing with Ruby on Rails, where I can solve this issue using partials.
Is there anything similar for this case or do I have to include the same code in each view (just because HTML is a static language)?
Thanks in advanced