!!! 5
html(lang="en")
    head
        title Couple Example
        link(rel="stylesheet",href="/styles/main.css")
        script(src="/socket.io/socket.io.js")
        script(src="/js/example.js")
    body
        h2 Couple Example
        #content!= body
        
