{% comment %} Copyright The IETF Trust 2021, All Rights Reserved This renders the list of links below the title on the meeting proceedings page. {% endcomment %}
{% if meeting.proceedings_format_version < 3 %} {% endif %}
{% with materials=meeting.get_proceedings_materials %} {% if materials|length > 0 %}
{% for mat in materials %} {% endfor %}
{% endif %} {% endwith %}