{% extends "templates/base.html" %} {% from "www/macros/common_macro.html" import MentorsSection %} {% block title %}{{ course.title }} {% endblock %} {% block head_include %} {% endblock %} {% block content %}
{% if progress != 100 %} Great work so far! {% else %} Excellent work on completing this course 👏 {% endif %}
{% if progress != 100 %} Challenge yourself to complete the lessons and grow professionally. {% else %} You have reached a new level in your journey to success! {% endif %}