Codebase list ohcount / e0259188-7180-4bbc-a711-b2cd8983feeb/main test / src_dir / haml.haml
e0259188-7180-4bbc-a711-b2cd8983feeb/main

Tree @e0259188-7180-4bbc-a711-b2cd8983feeb/main (Download .tar.gz)

haml.haml @e0259188-7180-4bbc-a711-b2cd8983feeb/mainraw · 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/