Codebase list ohcount / c941801a-846c-49c1-93c4-07f1094d7537/main test / src_dir / haml.haml
c941801a-846c-49c1-93c4-07f1094d7537/main

Tree @c941801a-846c-49c1-93c4-07f1094d7537/main (Download .tar.gz)

haml.haml @c941801a-846c-49c1-93c4-07f1094d7537/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/