Vkládání videí podle grafického návrhu
parent
e319fc02c5
commit
1ee2399880
@ -0,0 +1,6 @@
|
||||
<div class="video">
|
||||
<iframe src="//www.youtube.com/embed/{{ id }}" frameborder="0" allowfullscreen></iframe>
|
||||
{% if description %}
|
||||
<p>{{ description | safe }}</p>
|
||||
{% endif %}
|
||||
</div>
|
Reference in New Issue