Hey,
I think it would be really great to be able to do this in HAML:
%script#section-template{:type => "text/html"}
%section
%header
%h3
%dl
{{each faqs}}
%dt {{question}}
%dd {{answer}}
That's the jquery.tmpl syntax, but being able to create your own would
be awesome. Is there a way to do this?
--
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.