Files
eparafia/backend/templates/parish/live.html
2025-06-26 15:57:42 +02:00

14 lines
324 B
HTML

{% extends 'parish/base.html' %}
{% block content %}
<div class="is-flex-shrink-0">
<figure class="image is-16by9">
<iframe
class="has-ratio"
src="https://www.youtube-nocookie.com/embed/live_stream?channel={{parish.channel}}"
allowFullScreen
></iframe>
</figure>
</div>
{% endblock content %}