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

{{ course.title }}

📚 {{ course.description }}

{% if is_enrolled %}

✅ You are already enrolled in this course.

{% else %}

Click below to enroll in this course.

{% csrf_token %}
{% endif %}
{% endblock %}