--- layout: default ---

{{ page.heading }}

{{ page.description }}


{% for profile in page.profiles %}

{{ profile.name }}

{% if profile.image %} {% endif %}
{% if profile.birthday %}

Geburtstag

{{ profile.birthday }}

{% endif %} {% if profile.birthplace %}

Geburtsort

{{ profile.birthplace }}

{% endif %} {% if profile.education %}

Ausbildung

{% for item in profile.education %}
  • {{ item }}
{% endfor %}
{% endif %} {% if profile.job %}

Beruf

{{ profile.job }}

{% endif %} {% if profile.family %}

Familie

{{ profile.family }}

{% endif %} {% if profile.deathday %}

Todestag

{{ profile.deathday }}

{% endif %}

Sonstiges

{{ profile.content }}


{% endfor %} {% if page.news %} {% include news.html %} {% endif %} {% if page.selected_papers %} {% include selected_papers.html %} {% endif %} {% if page.social %} {% endif %}