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 LPLATFORM
                    p A rich library of premium exclusive music video content. Sign up for licensing and editorial needs.
                form.form-horizontal(action="/signup", method="post")
                    if message.length > 0 && messageClass === 'error'
                        div.alert.alert-danger= message
                    .signup-input                
                        input.form-control#email(type='text', name="name", placeholder='Name' required)
                    .signup-input                
                        input.form-control#email(type='email', name="email", placeholder='Email' required)
                    .signup-button                
                        button.btn.btn-primary(type='submit', id='signin') Sign up
            
            unless appName.indexOf("Orchard")
                video( class="signup-video" src="https://s3-eu-west-1.amazonaws.com/lovelive-production-transcodes/LL-Company+Showreel_PPT_web.mp4", autoplay, loop, muted)
            div.signup-video-overlay
    include ../includes/foot
