{% import '_account-path-card.html' as path %}
{{ path.component(class='', title='Angular', image='angular', free=true) }}
{{ path.component(class='', title='Swift', image='swift', favorite=true) }}
{{ path.component(class='', title='WordPress', image='wordpress') }}
{{ path.component(class='', title='React Native', image='react', position='left') }}
{% import '_courses.carousel.html' as carousel %}
{{ carousel.component(control=true, account=true) }}
{% include 'components/achievements.carousel.multi.html' %}