Comment on Zed Shaw: Tir Web Framework Officially UpparentComments−grandalf15yNot with the same notion of inheritance that django templates have (with multiple blocks that can be overridden in child classes). There is one project someone attempted but never finished.−btucker15yIsn't this just content_for/yield(:sym)? Or are you talking about something else? http://api.rubyonrails.org/classes/ActionView/Helpers/Captur...−grandalf15yThat's close. Nowhere near as elegant as Django templates though, in my opinion.
Comments
Not with the same notion of inheritance that django templates have (with multiple blocks that can be overridden in child classes). There is one project someone attempted but never finished.
Isn't this just content_for/yield(:sym)? Or are you talking about something else? http://api.rubyonrails.org/classes/ActionView/Helpers/Captur...
That's close. Nowhere near as elegant as Django templates though, in my opinion.