{# Reusable ad slot partial. Usage: {% include "ads/_slot.html" with slot="sidebar" %} #} {% if show_ads and ads.get(slot) %} {% set ad = ads[slot] %}
Ad {% if ad.creative_path %} {{ ad.alt_text or ad.advertiser_name }} {% else %}
{{ ad.advertiser_name }}
{% endif %}
{% endif %}