Skip to content

Instantly share code, notes, and snippets.

@ataliba
Created July 12, 2021 01:36
Show Gist options
  • Save ataliba/484e9ee9381245cdb88d0341df27d76e to your computer and use it in GitHub Desktop.
Save ataliba/484e9ee9381245cdb88d0341df27d76e to your computer and use it in GitHub Desktop.
<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