doctype html
html(lang="en")
    include includes/head
    body
        include includes/nav
        .container
            .row.text-center.egress-template
                header.page-header
                    h1 Account
                h4 Welcome to your account, #{user}

        include includes/scripts