- Home
- Quizzes
{% set items = [{
image: "assets/images/vuejs.png",
title: "Vue.js Deploy Quiz",
completed: 25
}, {
image: "assets/images/github.png",
title: "GitHub Basic Setup",
completed: 410
}, {
image: "assets/images/gulp.png",
title: "Gulp Front-End Boilerplate",
completed: 50
}] %}
{% for item in items %}
{{ item.completed }} Completed
{% endfor %}
{% include 'partials/_pagination.html' %}