Hi, I have a header.html file that contains <h1>client name</h1>. Is there some way to get the header.html file content into a index.rhtml that looks something like this? <html> <body> <% include 'header.html' %> </body> </html> -- Posted via http://www.ruby-forum.com/.