{% extends 'base.html' %} {% block title %}{{ course.title }} - Academic Excellence{% endblock %} {% block content %}
{{ course.level }}

{{ course.title }}

{{ course.description }}

{% if course.instructor.photo_url %} {% endif %}
Duration {{ course.duration }}
Price ${{ course.price }}
{% if course.image_url %} {{ course.title }} {% endif %}

${{ course.price }}

30-Day Money-Back Guarantee

Course Content

Detailed overview of core concepts and initial setup.

Deep dive into complex topics and real-world applications.

About the Instructor

{% if course.instructor.photo_url %} {% endif %}

{{ course.instructor.name }}

{{ course.instructor.title }}

{{ course.instructor.bio }}

{% endblock %}