{% include head.html %}
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 %}

{{ site.title_html | default: site.title }}

{% assign nav_items = page.nav_items | default: layout.nav_items %} {% if nav_items %} {% endif %} {% if site.nav %} {% endif %}
{{ content }}
{% if site.awards and page.hide_awards != true %}

Winner of {% for award in site.awards %} the {{ award.title }}{%- unless forloop.last -%}, {% endunless %}{% endfor %}.

{% endif %} {% include script.html %}