Created
June 9, 2021 11:03
-
-
Save loganbek/977b5e15f07c8d2d593eeebb20b7297c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {{ 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