sample.pug.txt 515 B

123456789101112131415161718
  1. doctype 5
  2. html(lang="en")
  3. head
  4. title= pageTitle
  5. script(type='text/javascript')
  6. if (foo) {
  7. bar()
  8. }
  9. body
  10. // Disclaimer: You will need to turn insertSpaces to true in order for the
  11. syntax highlighting to kick in properly (especially for comments)
  12. Enjoy :)
  13. h1 Pug - node template engine
  14. #container
  15. if youAreUsingPug
  16. p You are amazing
  17. else
  18. p Get on it!