{{ title }}

add New Course
{% set items = [{ image: "assets/images/logos/vuejs.svg", title: "Learn Vue.js", description: "Let’s start with a quick tour of Vue’s data binding features.", amount: "1,230", badge: 'vuejs', badge_text: 'VUEJS', sales: 34 }, { image: "assets/images/logos/node.svg", title: "Npm & Gulp Advanced Workflow", description: "Learn the basics of Github and become a power Github developer.", amount: "421", badge: 'node', badge_text: 'NODE', sales: 12 }, { image: "assets/images/logos/gitlab.png", title: "Gitlab for Beginners", description: "Developing static website with fast and advanced gulp setup.", amount: "2,191", badge: 'gitlab', badge_text: 'GITLAB', sales: 50 }, { image: "assets/images/logos/rails.svg", title: "Ruby on Rails Workflows", description: "Let’s start with a quick tour of Vue’s data binding features.", amount: "300", badge: 'angular', badge_text: 'ANGULAR', sales: 5 }] %}
{% for item in items %}
Card image cap
${{ item.amount }}/mo {{ item.sales }} SALES
{{ item.badge_text }} INTERMEDIATE
{% endfor %}