{% load static %}
{% if onfocus.video_link %} {% endif %}
{% autoescape off %}

{{ onfocus.h3 }}

{{ onfocus.p }}

    {% for item in onfocus.li %}
  • {{ item }}
  • {% endfor %}
{% endautoescape %}
{% for btn in onfocus.btns %}
{% if btn.conversion_name %} {{ btn.title }} {% else %} {{ btn.title }} {% endif %}
{% endfor %}