{{ subtitle_text }}
{% if enable_word_highlighting %}
{% for bullet_data in bullets_with_highlights %}
{% if bullet_data.text %}
{% set outer_index = loop.index0 %}
{% endif %}
{% endfor %}
{% else %}
{% if bullet_point_1 %}{% endif %}
{% if bullet_point_2 %}{% endif %}
{% if bullet_point_3 %}{% endif %}
{% if bullet_point_4 %}{% endif %}
{% if bullet_point_5 %}{% endif %}
{% if bullet_point_6 %}{% endif %}
{% endif %}
{% if has_code_snippet %}
{% for word_obj in bullet_data.word_data %}
{{ word_obj.word | safe }}{% if not loop.last %} {% endif %}
{% endfor %}
{{ bullet_point_1|safe }}
{{ bullet_point_2|safe }}
{{ bullet_point_3|safe }}
{{ bullet_point_4|safe }}
{{ bullet_point_5|safe }}
{{ bullet_point_6|safe }}
{{ code_snippet_label }}
{{ code_snippet_content|safe }}