jade.jade 584 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. !!!doctype
  2. !!!5
  3. !!!
  4. include something
  5. include another_thing
  6. // let's talk about it
  7. //
  8. here it is. a block comment!
  9. and another row!
  10. but not here.
  11. //
  12. a far spaced
  13. should be lack of block
  14. // also not a comment
  15. div.attemptAtBlock
  16. span#myName
  17. #{implicit}
  18. !{more_explicit}
  19. #idDiv
  20. .idDiv
  21. test(id="tag")
  22. header(id="tag", blah="foo", meh="aads")
  23. mixin article(obj, parents)
  24. mixin bleh()
  25. mixin clever-name
  26. -var x = "0";
  27. - y each z
  28. - var items = ["one", "two", "three"]
  29. each item in items
  30. li= item