{% assign item = site[include.collection] | where: 'pid', include.pid | first %}
{% if item.label %}

Above: {{ item.label }}

{% endif %}