block vars
    - var minified = useMinified;

!!! 5
html(lang='en', xmlns='http://www.w3.org/1999/xhtml', itemscope='itemscope')
    include ../includes/head
    body
        section
            div.signup
                div.signup-intro
                    h1 #{appName}
                    p A rich library of premium exclusive film content.
                    unless appName.indexOf("Orchard")

                    if message.length > 0 && messageClass === 'error'
                        div.alert.alert-danger= message
                        a(href="/signin") Signin

            div.signup-video-overlay
    include ../includes/foot

