{% extends 'learning/base.html' %} {% block content %}

{{ lesson.title }}

{{ lesson.content|safe }}
{% if lesson.thumbnail %} Lesson Thumbnail {% else %}

No Thumbnail Available

{% endif %}
{% if lesson.lesson_type == 'pdf' %} 📄 Download PDF {% elif lesson.lesson_type == 'video' %} ▶ Watch Video {% endif %}
{% csrf_token %}
{% endblock %}