<div class="ratio ratio-16x9">
	<video controls {{{ if width }}}width="{width}"{{{ end }}} {{{ if height }}}height="{height}"{{{ end }}}>
		<source src="{url}" type="{contentType}">
	</video>
</div>
