ISO
TC {{ site.committee.id }}
{{ site.committee.name }}
{% if page.layout == "home" and site.always_show_committee_link_on_landing and site.committee.home %}
Committee site
{% endif %}
{% if site.committee.home or site.committee.links %}
{% unless page.layout == "home" and site.always_show_committee_link_on_landing and site.committee.home %}
Committee site
{% endunless %}
{% if site.committee.links %}
{% for link in site.committee.links %}
{{ link.title }}
{% endfor %}
{% endif %}
{% endif %}