{% import 'components/pager.html' as pager %}
{% import '_account-path-card.html' as path %}
{% import '_course-card-simple.html' as course %}
{% import '_courses.carousel.html' as carousel %}
Featured Paths
{% set items = [{
title: 'Angular',
image: 'angular',
description: 'Angular is a platform for building mobile and desktop web applications.',
favorite: true,
account: true
}, {
title: 'Swift',
image: 'swift',
description: 'Swift is a powerful and intuitive programming language for macOS, iOS, watchOS, tvOS and beyond.'
}, {
title: 'WordPress',
image: 'wordpress',
description: 'WordPress is open source software you can use to create a beautiful website, blog, or app.'
}] %}
{% for item in items.slice(0, (featured_paths_limit or 3)) %}