{% capture label %} {% if include.item.name %}{{ include.item.name }}{% else %}{{ include.item.title }}{% endif %} {% endcapture %} {% if include.item.url contains 'http' %} {% assign url = include.item.url %} {% else %} {% assign url = include.item.url | relative_url %} {% endif %}
{% if include.description %} {{ include.description }} {% else %} {{ include.item.description }} {% endif %}
{% endunless %} {% unless include.showContactInfo == false %} {% if include.item.mob or include.item.mail %}