{{ partial "amp/head" . }}
{{ with .OutputFormats.Get "html" }}

{{ $.Title | markdownify }}

{{ end }} {{ with .Page.Resources.GetMatch "*.webm" }}{{ end }} {{ with .Page.Resources.GetMatch "*.mp4" }}{{ end }} {{ with .Page.Resources.GetMatch "*.ogg" }}{{ end }} {{ with .Page.Resources.GetMatch "*.vtt" }}{{ end }}

Your browser does not support HTML5 video. {{ with .Page.Resources.GetMatch "*.mp4" }}Load the .mp4 video directly.{{ end }}

{{ .Content }}
{{ partial "amp/foot" . }}