Rails has the concept of partials, and I was wondering if there was something similar in Recess!?
Basically you have a block of code, perhaps in another file, and you can include that block of code into your template multiple times. Let's say for example you have a page which lists people. Each person can be displayed in the block. You pass the php person object to the block, and the block spits out a custom piece of HTML for that person.
Yeah. Check out "Parts" in the latest release.
replyAnd the forum ate my link. http://www.recessframework.org/book/html/ch10.html
reply