1 2 3 4 5 6 7 8 9 10
<table> <tr> <td>{{- .Get "caption" -}}:</td> <td> <audio controls> <source type="audio/mp4" src="{{- .Get "src" -}}"> </audio> </td> </tr> </table>