{% load allink_image_tags %} {% if teaser_image %}
{% if teaser_width_alias %} {% render_image image=teaser_image width_alias=teaser_width_alias %} {% else %} {% render_image image=teaser_image ratio="16-9" %} {% endif %}
{% endif %}