{% extends '/PageParts/base_pagepart.html.twig' %}
{% block class_extra %}video{% endblock %}
{% block pagepart %}
{% if resource.video is defined and resource.video %}
{% include '@KunstmaanMedia/Media/RemoteVideo/preview.html.twig' with {'media': resource.video} %}
{% if resource.caption %}
{{ resource.caption }}
{% endif %}
{% endif %}
{% endblock %}