{% extends 'base.html' %} {% block title %}{{ instructor.name }} - Academic Excellence{% endblock %} {% block content %}
{% if instructor.photo_url %} {% endif %}

{{ instructor.name }}

{{ instructor.title }}

{{ instructor.expertise }}

Biography

{{ instructor.bio|linebreaks }}

Courses by {{ instructor.name }}

{% for course in instructor.courses.all %}
{{ course.level }}
{{ course.title }}
View Course →
{% empty %}

No courses listed yet.

{% endfor %}
{% endblock %}