doctype html
html
    head
        title #{title} - Github Flavored Markdown Server
        each style in styles
            link(href=style, rel='stylesheet', type='text/css')
        link(rel='stylesheet', href='/style.css')
        script(src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js')
        script(src='/ws-rpc-client.min.js')
        script(src='/gfms.js')
    body
        block content
