I have a rails application which has several html.erb pages (views). Some of the content on these pages like the banner and the menubar and some javascript functions keep on repeating. Is there any way to create one common file and use it everywhere I need ?I tried Server Side Include (SSI) by creating a common html file and trying to insert the coder using #includeBut that doesn't seem to work.