{% set collection = promo.collection %} {%- if addons -%}
  • {% if promo.linkify_title %}

    {% if module_context == 'discovery' %} {{ promo.title|safe }} {% else %} {{ promo.title|safe }} {% endif %}

    {% else %}

    {{ promo.title|safe }}

    {% endif %} {% if promo.subtitle %}

    {{ promo.subtitle|safe }}

    {% endif %}
  • {%- endif -%}