blob: cb4f7f43bb72a840e0ab6a7615c06980f6505ebf [file] [log] [blame]
{% load wagtailembeds_tags %}
<div class="{% if self.custom_class %}{{self.custom_class}}{% endif %}">
{% comment %} {% include_block value.embed %} doesn't work, see also the following links {% endcomment %}
{% comment %} https://github.com/wagtail/wagtail/issues/1098 {% endcomment %}
{% comment %} https://github.com/wagtail/wagtail/issues/4371 {% endcomment %}
{% embed value.embed.url %}
</div>