layout.pug 379 B

1234567891011121314
  1. doctype html
  2. html(lang="en")
  3. head
  4. title Example
  5. script.
  6. if (foo) {
  7. bar();
  8. }
  9. body
  10. h1 Pug - node template engine
  11. #container
  12. :markdown-it
  13. Pug is a _high performance_ template engine for [node](http://nodejs.org),
  14. inspired by [haml](http://haml-lang.com/), and written by [TJ Holowaychuk](http://github.com/visionmedia).