!!! 5
html
  head
    title Blab - reduxd(tm)
    link(rel='stylesheet', href='style.css')
    script(src='http://code.jquery.com/jquery-1.7.1.min.js')
    script(src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js')
    script(src='/socket.io/socket.io.js')
    script(src='script.js')
  body
    #main.container
      .navbar.navbar-fixed-top
        .navbar-inner
          .container
            a.brand(href='#') Blab
      #chatEntries
