<video controls
{{ with .Get "poster" }}poster="{{ . }}"{{ end }}
{{ with .Get "width" }}width="{{ . }}"{{ end }}
{{ with .Get "height" }}height="{{ . }}"{{ end }}
class="internal-video"
>
    <source
    {{ with .Get "type" }}type="{{ . }}"{{ end }}
    src="{{ (.Page.Resources.GetMatch (.Get "src")).RelPermalink }}"
    >
</video>