8 lines
240 B
HTML
8 lines
240 B
HTML
{% if section.has_video %}
|
|
<section class="section video-section" aria-labelledby="video-heading-{{ section.pk }}">
|
|
<div class="container">
|
|
{% include "partials/_video_block.html" with video=section %}
|
|
</div>
|
|
</section>
|
|
{% endif %}
|