{% import '_path-card.html' as path %}

Top Development Paths

{{ path.component(title='Angular', image='angular', free=true) }}
{{ path.component(title='Swift', image='swift', favorite=true) }}
{{ path.component(title='WordPress', image='wordpress') }}
{{ path.component(title='React Native', image='react', position='left') }}
{{ path.component(title='Redis', image='redis') }}
{{ path.component(title='Typescript', image='typescript', position='left') }}
{% include 'layouts/_pagination.html' %}