Hello,
you can use paths with renderPartial so, you could store those partial templates inside (for example a _header.tpl) inside views/page/ folder and call 'em in all your layouts using:
<%= render :partial => 'page/header' %>
Hope it helps, regards.
1 to 3 of 3