Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
150 B
HTML
Raw Permalink Normal View History

{{ $src := .Get "src" }}
<div>
<audio class="flex outline-none rounded w-full" controls>
<source src="{{ $src }}" />
</audio>
</div>