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. Sign up for licensing and editorial needs.
                    unless appName.indexOf("Orchard")
                        p
                            a(href="/signup", target="_self") Sign up.

                form.form-horizontal(action="/api/signin", method="post")
                    if message.length > 0 && messageClass === 'error'
                        div.alert.alert-danger= message
                    .signup-input
                        input.form-control#email(type='text', name="email", placeholder='Email' required)
                    .signup-input
                        input.form-control#password(type='password', name="password", placeholder='Password')
                    .signup-button
                        button.btn.btn-primary(type='submit', id='signin') Sign in
                    .form-group
                        p.col-sm-offset-2.col-sm-10 Forgot your password ?&nbsp;
                            a(href="/resetpassword", target="_self") Reset it.

            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
