Codebase list ohcount / 71f18fd0-2918-4673-9432-32d77816000d/main test / src_dir / haml.haml
71f18fd0-2918-4673-9432-32d77816000d/main

Tree @71f18fd0-2918-4673-9432-32d77816000d/main (Download .tar.gz)

haml.haml @71f18fd0-2918-4673-9432-32d77816000d/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/