{% extends 'cv/base.html' %} {% block contact %} {% include 'cv/contact.html' %} {% endblock %} {% block degrees %}
{% include 'cv/sections/degrees.html' %}
{% endblock %} {% block positions %}
{% include 'cv/sections/positions.html' %}
{% endblock %} {% block awards %}
{% include 'cv/sections/awards.html' %}
{% endblock %} {% block books %}
{% include 'cv/sections/books.html' %}
{% endblock %} {% block articles %}
{% include 'cv/sections/articles.html' %}
{% endblock %} {% block chapters %}
{% include 'cv/sections/chapters.html' %}
{% endblock %} {% block grants %}
{% include 'cv/sections/grants.html' %}
{% endblock %} {% block otherwriting %}
{% include 'cv/sections/otherwriting.html' %}
{% endblock %} {% block talks %}
{% include 'cv/sections/talks.html' %}
{% endblock %} {% block courses %}
{% include 'cv/sections/courses.html' %}
{% endblock %} {% block service %}
{% include 'cv/sections/service.html' %}
{% endblock %} {% block students %}
{% include 'cv/sections/students.html' %}
{% endblock %}