{{ left_title }}
{% if left_compare %}
{{ left_compare.title }}
{% for item in left_compare.left_items %}
• {{ item }}
{% endfor %}
→
{% for item in left_compare.right_items %}
• {{ item }}
{% endfor %}
{% endif %} {% for section in left_sections %}
{{ section.title }}
{% for bullet in section.bullets %}
• {{ bullet }}
{% endfor %} {% endfor %}
{{ right_title }}
{% for section in right_sections %}
{{ section.title }}
{% for bullet in section.bullets %}
• {{ bullet }}
{% endfor %} {% endfor %}