Codebase list ohcount / fc0f4e2e-584f-4c68-9809-ad96640f54f0/main test / src_dir / haml.haml
fc0f4e2e-584f-4c68-9809-ad96640f54f0/main

Tree @fc0f4e2e-584f-4c68-9809-ad96640f54f0/main (Download .tar.gz)

haml.haml @fc0f4e2e-584f-4c68-9809-ad96640f54f0/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/