remove empty lines
[oweals/finalsclub.git] / views / notes / layout.jade
1 !!!
2 html
3   head
4     title FinalsClub.org
5     link(rel='stylesheet', href='/stylesheets/fc2.css')
6
7     script(type='text/javascript', src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js')
8     //script(type='text/javascript', src='/javascripts/fc.js')
9
10     script(type='text/javascript', src='/socket.io/socket.io.js')
11
12     - if ( 'undefined' !== typeof stylesheets )
13         - each stylesheet in stylesheets
14             link( rel = 'stylesheet', href = '/stylesheets/#{ stylesheet }' )
15
16     - if ( 'undefined' !== typeof javascripts )
17         - each javascript in javascripts
18             script( type = 'text/javascript', src = '/javascripts/#{ javascript }' )
19
20   body
21     include masthead
22     != messages()
23     != body