That's funny :) I didn't go very deep into the haml docs. I just saw the 
part about:

#wrapper
    .header Title text
    .body Text for the body

And realized it would be quicker to write than:

<div id="wrapper">
    <div class="header">Title text</div>
    <div class="body">Text for the body</div>
</div>

Wonder if we could do something like this in web2py, but make it suit our 
needs while making it faster to write than HTML.


On Tuesday, December 20, 2011 10:43:36 AM UTC-5, Massimo Di Pierro wrote:
>
> so ... ruby has discovered the value of whitespaces... but in the
> wrong place!.
>
>

Reply via email to