{% load i18n %} {% if instance.image %}
{% endif %} {% if instance.video %}
{% comment %} use attribute poster="{{ instance.image.url }}" after cross browser testing in place of .bg_img {% endcomment %}
{% endif %}
{% if instance.heading %}
{{ instance.heading }}
{% endif %} {% if instance.description %}

{{ instance.description }}

{% endif %} {% if instance.btn_link %} {% trans "Learn More" as default_btn_text %} {{ instance.btn_text|default:default_btn_text }} {% endif %}