{% extends "dashboard/base.html" %} {% block title %}Dashboard - PassMCQ{% endblock title %} {% block content %}
{% include "dashboard/dashboard/cards.html" %} {% include "dashboard/dashboard/report.html" %}
{% endblock content %}