--- layout: default ---

{{ page.title }} {% if page.cv_pdf %}{% endif %}

{% if page.description %}

{{ page.description }}

{% endif %}

Table of contents

{% for entry in site.data.cv %}

{{ entry.title }}

{% if entry.type == "list" %} {% include cv/list.html %} {% elsif entry.type == "map" %} {% include cv/map.html %} {% elsif entry.type == "nested_list" %} {% include cv/nested_list.html %} {% elsif entry.type == "time_table" %} {% include cv/time_table.html %} {% elsif entry.type == "list_groups" %} {% include cv/list_groups.html %} {% else %} {{ entry.contents }} {% endif %}
{% endfor %}