{% extends "learning/basetwo.html" %} {% block title %}{{ course.title }}{% endblock %} {% block content %}

{{ course.title }}

{{ course.description }}

{% if is_enrolled %} Go to Course {% else %}
{% csrf_token %}
{% endif %}
{% endblock %}