This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
2023-06-23 17:36:46 +02:00

6 lines
209 B
HTML

<figure class="{{ .Get 1 }}">
<audio controls preload="{{ .Get "preload" | default "metadata" }}">
<source src="{{ .Get 0 }}" type="audio/mpeg">
<figcaption>{{ .Get 0 }}</figcaption>
</audio>
</figure>