{{ config.profile.subtitle }}
class {{ config.profile.first_name }}:
def __init__(self):
self.role = "{{ config.profile.title }}"{% for group in config.skills.groups %}
self.{{ group.key }} = [{% for item in group.items|slice:":4" %}"{{ item }}"{% if not forloop.last %}, {% endif %}{% endfor %}{% if group.items|length > 4 %}, ...{% endif %}]{% endfor %}
self.email = "{{ config.profile.email }}"
{{ config.skills.section_subtitle }}
{{ config.experience.section_subtitle }}
{{ exp.role }}
{{ exp.description }}
Mes projets les plus représentatifs
{{ project.short_description }}
Aucun projet disponible. Ajoutez vos projets dans data/projects.json.
{{ config.contact.section_subtitle }}