django-simplecms/example/templates/video.html

14 wiersze
321 B
HTML

{% load embed_video_tags i18n cms %}
<section class="video">
{% if section.video %}
<div class="video">
<div class="iframe">
{% video section.video '800x600' %}
</div>
</div>
{% endif %}
{% editsection '<img src="/static/cms/edit.png">' %}
</section>