doctype html
html
    head
        title iTender
        meta(name="viewport" content="width=device-width, initial-scale=1.0")
        link(rel='stylesheet', href='/stylesheets/reset.css')
        link(rel='stylesheet', href='/stylesheets/style.css')
        meta(charset="UTF-8")
    body
        div#blockPanel
        div.modal#modal
            div.modal-content#modal-content
                div.modalInnerContent#modalInnerContent

        div#overlay
            div#top
                span#left <strong>Status:</strong> <span id="status">...</span>
                span#title iTender
                span#right 00:00
            div#bottom
                button.btn#menuBtn MenĂ¼
                div#containers

        div#container
            div.pane#main
                block main
            div.pane#setup
                block setup
            div.pane#menu
                block menu
            div.pane#settings
                block settings

        block extra
        script(src="/web.js")