{% macro card(prefix=prefix, item={ course: "Angular Routing In-Depth", image: "assets/images/paths/angular_routing_200x168.png", date: '12 min ago', score: '5.8', progress: 25 }) %}
{{ item.course }}
{{ item.course }}
{{ item.date }}
{{ item.score }} Score
{% if item.progress %}
{% endif %}
{% endmacro %} {% macro dropdown(prefix=prefix, vertical=true) %} {% endmacro %}