partial Inheritance

Yes,

I do this.

Put the _the_partial.rhtml in app/view/layouts/

then

render :partial => ‘layouts/the_partial’

I do this so much that most of my partials now live in app/view/layouts/

-Dan