Manage Courses

Add course
{% set items = [{ image: "assets/images/vuejs.png", title: "Learn Vue.js", description: "Let’s start with a quick tour of Vue’s data binding features.", amount: "1,230", sales: 34 }, { image: "assets/images/nodejs.png", title: "Npm & Gulp Advanced Workflow", description: "Learn the basics of Github and become a power Github developer.", amount: "421", sales: 12 }, { image: "assets/images/github.png", title: "Github Webhooks for Beginners", description: "Developing static website with fast and advanced gulp setup.", amount: "2,191", sales: 50 }, { image: "assets/images/gulp.png", title: "Gulp & Slush Workflows", description: "Let’s start with a quick tour of Vue’s data binding features.", amount: "300", sales: 5 }] %}
{% for item in items %}
Card image cap

{{ item.title }}

{{ item.description }}

${{ item.amount }}/mo {{ item.sales }} SALES
GULP INTERMEDIATE
{% endfor %}
{% include 'partials/_pagination.html' %}