noteLayout.jade 990 B

12345678910111213141516171819202122232425262728
  1. !!!
  2. html
  3. head
  4. title FinalsClub.org
  5. //link(rel='stylesheet', href='/stylesheets/style.css')
  6. script(type='text/javascript', src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js')
  7. script(type='text/javascript', src='/javascripts/es5-shim.min.js')
  8. script(type='text/javascript', src='/javascripts/fc.js')
  9. script(type='text/javascript', src='/socket.io/socket.io.js')
  10. - if ( 'undefined' !== typeof stylesheets )
  11. - each stylesheet in stylesheets
  12. link( rel = 'stylesheet', href = '/stylesheets/#{ stylesheet }' )
  13. - if ( 'undefined' !== typeof javascripts )
  14. - each javascript in javascripts
  15. script( type = 'text/javascript', src = '/javascripts/#{ javascript }' )
  16. meta(name="viewport", content="width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0")
  17. meta(name="apple-touch-icon", href="")
  18. meta(name="icon", href="")
  19. body
  20. != messages()
  21. != body