layout.jade 737 B

1234567891011121314151617181920212223
  1. !!!
  2. html
  3. head
  4. title FinalsClub.org
  5. link(rel='stylesheet', href='/stylesheets/fc2.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/fc.js')
  8. script(type='text/javascript', src='/socket.io/socket.io.js')
  9. - if ( 'undefined' !== typeof stylesheets )
  10. - each stylesheet in stylesheets
  11. link( rel = 'stylesheet', href = '/stylesheets/#{ stylesheet }' )
  12. - if ( 'undefined' !== typeof javascripts )
  13. - each javascript in javascripts
  14. script( type = 'text/javascript', src = '/javascripts/#{ javascript }' )
  15. body
  16. include masthead
  17. != messages()
  18. != body