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