-
-
-
-
-
-
{{ page.title }} {% if page.cv_pdf %}{% endif %}
- {% if page.description %}{{ page.description }}
{% endif %} -Table of contents
--
- {% for entry in site.data.cv %}
-
- {{ entry.title }} - {% endfor %} -
- {% for entry in site.data.cv %}
-
-
-
-
- {% endfor %}
- {{ 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 %}
-
-