I second #10
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Nathan Weizenbaum has answered about this question. He think it is not a
good idea to
extend this as language feature and i am still have the same opinion about
it.
http://groups.google.com/group/haml/browse_thread/thread/f109a30905ef6f3a?hl=en
The best way is to implement it as helper like this:
%html
%head
%title
=TryRender("myTitleBlock") =>
Default Title, In Case Concrete View Page Doesn't Override This Block
%body
%h1
-Capture("myBodyBlock") =>
= Default Header, In Case Concrete View Page Doesn't Override