7 lines
285 B
HTML
7 lines
285 B
HTML
{% extends 'link.html' %}
|
|
|
|
{% block link %}
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/{{ youtube_id }}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
{% endblock %}
|
|
|