remove empty lines
[oweals/finalsclub.git] / views / notes / noteLayout.jade
1 !!!
2 html
3   head
4     title FinalsClub.org
5     //link(rel='stylesheet', href='/stylesheets/style.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/es5-shim.min.js')
9     script(type='text/javascript', src='/javascripts/fc.js')
10
11     script(type='text/javascript', src='/socket.io/socket.io.js')
12
13     - if ( 'undefined' !== typeof stylesheets )
14         - each stylesheet in stylesheets
15             link( rel = 'stylesheet', href = '/stylesheets/#{ stylesheet }' )
16
17     - if ( 'undefined' !== typeof javascripts )
18         - each javascript in javascripts
19           script( type = 'text/javascript', src = '/javascripts/#{ javascript }' )
20
21     meta(name="viewport", content="width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0")
22     meta(name="apple-touch-icon", href="")
23     meta(name="icon", href="")
24
25   body
26     != messages()
27
28     != body