templates/pages/components/attributes/slot.html.twig line 1

Open in your IDE?
  1. {% set addSlot %}
  2.     slot="{{ slot }}"
  3. {% endset %}
  4. {% if slot is defined %}
  5.     {{ addSlot }}
  6. {% endif %}