{% load static %}
{% if section.lead_with_separator %}  |  {% endif %} {{yield}} {% for social in section.socials %} {% if not section.no_separator and forloop.counter > 1 %}  |  {% endif %} {% if social.widget %} {% elif social.image %} {{social.name}} {% else %} {{social.name}} {% endif %} {% endfor %}