{% if video.has_video %} {% if video.video_styled_background %}
{% if video.badge or video.title %}
{% if video.badge %}
{{ video.badge }}
{% endif %} {% if video.title %}

{{ video.title }}

{% else %}

Video

{% endif %}
{% else %}

Video

{% endif %} {% if video.description %}
{{ video.rendered_description }}
{% elif video.content %}
{{ video.rendered_content }}
{% endif %} {% include "partials/_video_player.html" with video=video %}
{% else %} {% if video.badge or video.title %}
{% if video.badge %}
{{ video.badge }}
{% endif %} {% if video.title %}

{{ video.title }}

{% else %}

Video

{% endif %}
{% endif %} {% if video.description %}
{{ video.rendered_description }}
{% elif video.content %}
{{ video.rendered_content }}
{% endif %} {% include "partials/_video_player.html" with video=video %} {% endif %} {% endif %}