Codebase list ohcount / a828f03c-a62e-49d7-b2ec-6e6df59903d2/main test / src_dir / haml.haml
a828f03c-a62e-49d7-b2ec-6e6df59903d2/main

Tree @a828f03c-a62e-49d7-b2ec-6e6df59903d2/main (Download .tar.gz)

haml.haml @a828f03c-a62e-49d7-b2ec-6e6df59903d2/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/