Files
aircox-radiocampus/aircox/templates/aircox/widgets/podcast_item.html
2020-09-16 15:12:05 +02:00

15 lines
255 B
HTML

{% comment %}
List item for a podcast.
{% endcomment %}
<div class="podcast">
{# comment #}
{% if object.embed %}
{{ object.embed|safe }}
{% else %}
{# endcomment #}
<audio src="{{ object.url }}" controls>
{% endif %}
</div>