14 lines
324 B
HTML
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 %} |