Inital Commit
[oweals/finalsclub.git] / node_modules / jade / benchmarks / haml / examples / page.haml
1 %html
2   %head
3     %title= title
4   
5     %script{ src: 'jquery.js' }
6     
7     %script{ src: 'jquery.ui.js' }
8     
9   %body
10     %h1 Welcome
11     
12     %ul#menu
13       %li.first one
14       %li two
15       %li.last three
16       %li
17         %ul
18           %li nested
19           
20     #content
21       = body
22     #usersOnline= usersOnline