{% set skills_data = load_data(path=source) %}

{{ title }}

{% for skill in skills_data %}

{{ skill.name }}

{{ skill.years }} years
{% endfor %}