{% load wagtailcrx_tags %} {% if embed.ratio %} {# If an aspect ratio is included, use the appropriate Bootstrap 4 class #} {% if embed.ratio > 0.9 %}
{% elif embed.ratio > 0.7 %}
{% elif embed.ratio > 0.5 %}
{% else %}
{% endif %} {% else %} {# Otherwise, center it in a row, for things like Tweets. #}
{% endif %} {% render_iframe_from_embed embed %}