{% macro course(course_data) -%}
  • {% if course_data.date %}
    {{ course_data.date }}
    {% endif %} {% if course_data.title %}
    {{ course_data.title }}
    {% endif %} {% if course_data.institution %}
    {{ course_data.institution }}
    {% endif %} {% if course_data.location %}
    {{ course_data.location }}
    {% endif %} {% if course_data.website %}
    {{ course_data.website }}
    {% endif %}
  • {%- endmacro %} {% if cv_data.core_formation %}

    Education

    {% endif %} {% if cv_data.complementary_formation %}

    Complementary formation

    {% endif %}