--- layout: default ---
{% if page.logo %}
{% endif %}
{{page.title}} {% if page.subtitle %}
{{page.subtitle}}
{% endif %} {% if page.teaser %}
{{page.teaser}}
{% endif %}
{% if page.start_date %}

Start: {% include date.html date=page.start_date %} {% if page.end_date %}
End: {% include date.html date=page.end_date %} {% endif %}


{% endif %} {% if page.orphan %}


{% endif %} {% for person in page.people %} {% include people_chip.html person=person %} {% endfor %} {% if page.supported-by %}
Funded by: {% for project in page.supported-by %} {% include project_chip.html project=project %} {% endfor %} {% endif %}
{% assign hasaction = false %} {% if page.website %}{% assign hasaction = true %}{% endif %} {% if page.repository %}{% assign hasaction = true %}{% endif %} {% if page.publink %}{% assign hasaction = true %}{% endif %} {% if page.supported-by %}{% assign hasaction = true %}{% endif %} {% if hasaction %}
{% if page.website %} Website   {% endif %} {% if page.repository %} Repository   {% endif %} {% if page.publink == "auto" %} Publications {% elsif page.publink %} Publications {% endif %}
{% endif %}
{{content}}