{% if include.source %} <section id=“{{ include.id }}” aria-label=“ {{include.label }}”>

<ul>
  {% for item in include.source %}
  <li>
    <a href="{{ item.url }}" title="{{ item.desc }}">{{ item.name }}</a>
  </li>
  {% endfor %}
</ul>

</section> {% endif %}