Inital Commit
[oweals/finalsclub.git] / node_modules / jade / examples / layout.jade
1 !!! 5
2 html(lang="en")
3   head
4     title Example
5     script
6       if (foo) {
7         bar();
8       }
9   body
10     h1 Jade - node template engine
11     #container
12       :markdown
13         Jade 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).