Don't forget you can always just use regular HTML tags in your views as well (which is what many prefer to do anyway).
Example:
<video src="{{=URL('/static/movies/movie.mp4')}}" controls="controls">
your browser does not support the video tag
</video>

