!!!
html
    head
        script(src="http://jwpsrv.com/library/TeAL1CxZEeOQFRIxOUCPzg.js")

    body
        div(id='playerQRgzmDlKLvPK')
        script(type='text/javascript').
            jwplayer('playerQRgzmDlKLvPK').setup({
                    file: '#{s3Url}',
                    image: '#{thumbnailUrl}',
                    title: '#{title}',
                    width: '100%',
                    aspectratio: '16:9',
                    fallback: 'false',
                    type : 'mp4',
                    plugins: { '/js/spotify.js': {
                        spotifyArtistId: '#{spotifyArtistId}',
                        spotifyPlayId: '#{spotifyPlayId}',
                    } }
                });


