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 - Publishers
                    p Thanks for registering, you can start using LPlatform now
                    a(class='btn btn-primary', href='/signin') Sign In
            
            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
