{% set height = "100%" %}
{% if block.height is defined and block.height is not empty %}
{% set height = block.height %}
{% endif %}
<iframe
width="100%"
height="{{ height }}"
class="mt-1em dblock"
src="{{block.url}}">
</iframe>