From: justingoodman@... Date: 2006-10-21T04:35:12+09:00 Subject: Template question (easy) So I originally took up a project of making a simple blog for myself and some friends to use to communicate with family while at college. I've got most of it finished code wise, I am now in the process of formatting the pages so it is all identical. I am wondering, in my views folder, I have several .rhtml template files, is there a way I can just define a single template file and a load point in the code, and have all my other template files load in that defined spot on the template file? If not, is there another solution, or am I simply going to have to copy and paste my code into all of my template files so they all load the same page layout? Thanks, Justin