wizyta oraz widok księdza
This commit is contained in:
14
backend/templates/parish/live.html
Normal file
14
backend/templates/parish/live.html
Normal file
@ -0,0 +1,14 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user