Skip to content

Instantly share code, notes, and snippets.

@loganbek
Created June 9, 2021 11:03
Show Gist options
  • Select an option

  • Save loganbek/977b5e15f07c8d2d593eeebb20b7297c to your computer and use it in GitHub Desktop.

Select an option

Save loganbek/977b5e15f07c8d2d593eeebb20b7297c to your computer and use it in GitHub Desktop.
{{ if .IsNamedParams }}
<video src="{{ .Get "src" }}" poster="{{ .Get "poster" }}" autoplay loop playsinline>
Sorry, your browser doesn't support embedded videos, but don't worry, you can
<a href="{{ .Get "src" }}">download it</a>
and watch it with your favorite video player!
</video>
{{ else }}
<video src="{{ .Get 0}}">
Sorry, your browser doesn't support embedded videos, but don't worry, you can
<a href="{{ .Get 0}}">download it</a>
and watch it with your favorite video player!
</video>
{{ end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment