{{ cms_audio('artist-1') }}

cms_audio will output:

<audio controls="{{ data.controls }}">
  {% for source in data.sources %}
    <source src="{{ source.url }}" type="{{ source.type }}">
  {% endfor %}

  Your browser does not support the audio tag.
</audio>

Was this helpful?

Copyright © 2024 Blutui.