Guest User

Untitled

a guest
May 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. doctype html
  2. html(lang="en")
  3. head
  4. title= pageTitle
  5. script(type='text/javascript').
  6. if (foo) bar(1 + 5)
  7. body
  8. h1 Jade - node template engine
  9. #container.col
  10. if youAreUsingJade
  11. p You are amazing
  12. else
  13. p Get on it!
  14. p.
  15. Jade is a terse and simple templating language with a
  16. strong focus on performance and powerful features.
Add Comment
Please, Sign In to add comment