{% extends 'base.html' %} {% block title %}{{ course.name }} — Player{% endblock %} {% block content %}
{% if video_url %} {% else %}
Please enroll to access this video.
{% endif %}

{{ course.name }}

{{ course.preview|default:course.info|truncatechars:300 }}

{% endblock %}