doctype html
html
    head
        title= message
        style.
            body {
                padding: 50px;
                font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
            }

            a {
                color: #00B7FF;
            }
    body
        h1= message
        h2= error.status
        pre #{error.stack}

        !=LRScript
