mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2024-11-29 05:23:50 +01:00
14 lines
344 B
HTML
14 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>
|
||
|
|