!!! 5
html
  head
    title Screencast test
    link(rel='stylesheet',href='/stylesheets/style.css')
  body
    h1 Screencast test
    video(controls, preload="none", autoplay="autoplay", autobuffer, id="video")
      source(src="/stream/jellies5.mp4",type="video/mp4")