gcg-website/layouts/shortcodes/audio.html
Denys Konovalov 271169891c
Some checks failed
website-main / test-build (push) Waiting to run
website-main / prod-build (push) Has been cancelled
style fixes
2024-01-03 12:43:01 +01:00

3 lines
98 B
HTML

<div class="shortcode card">
<audio src='{{ .Get "src" }}' class="mb-0" controls></audio>
</div>