Created
July 12, 2021 01:36
-
-
Save ataliba/484e9ee9381245cdb88d0341df27d76e 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
<figure {{ with .Get "class" }}class="{{ . }}"{{ end }}> | |
<audio controls preload="{{ .Get "preload" | default "metadata" }}"> | |
{{ with .Get "src" }}<source src="{{ . | relURL }}" type="audio/mpeg">{{ end }} | |
</audio> | |
{{ with .Get "caption" }}<figcaption>{{ . }}</figcaption>{{ end }} | |
</figure> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment