Codebase list ohcount / upstream/4.0.0 test / src_dir / haml.haml
upstream/4.0.0

Tree @upstream/4.0.0 (Download .tar.gz)

haml.haml @upstream/4.0.0raw · history · blame

%p
%p= "stuff"
/ oneliner!
%p
/
  %p this won't render
  %p it is a comment!
%p= "stuff"
%p
  - code
%p= "stuff"
%p

\- not script!
-# silent comment
%p
-#
  silent
  comment
%br/