{% extends "base.html" %} {% load static %} {% block content %} {% include "includes/sidenav.html" %}
{{ lecture.description|truncatewords:50 }}
{{ lecture.content|linebreaks }}
Live Session URL: {{ lecture.live_url }}
{% elif lecture.content_type == "DOCUMENT" %}{{ lecture.content|linebreaks }}
Quiz content will be displayed here.
{% endif %}