{% load wagtailembeds_tags %}
{% embed value.embed.url %}
{% if value.caption %}
{{ value.caption }}
{% endif %}