mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 14:24:26 +02:00
13 lines
344 B
HTML
13 lines
344 B
HTML
<!--
|
|
class: class of the figure
|
|
link: url the image directs to
|
|
alt: alternative text
|
|
caption: caption
|
|
mouse: what the image says when moused over ("title" in HTML)
|
|
-->
|
|
<audio controls="true">
|
|
<source src="{{.Get "src" }}" type="audio/{{.Get "audio" }}">
|
|
Sorry mate, your browser doesn't support playing audio files.
|
|
</source>
|
|
</audio>
|
|
|