{% set positions = [('tl', 0), ('tr', 1), ('bl', 2), ('br', 3)] %} {% for pos, idx in positions %} {% set q = quadrants[idx] %}
{{ q.label }}
{% for issue in q.issues %}
{{ issue.headline }}
    {% for b in issue.bullets %}
  • {{ b }}
  • {% endfor %}
{% endfor %}
{% endfor %} {% if center_quote %}
{% if center_quote.image %}{% endif %}
{{ center_quote.text }}
{% endif %}