{{ lesson.title }}
Path:
{{ lesson_path }}
← Back to Course
Mark as Completed
⚙ Settings
{% if lesson.video_file %}
Video
{% if lesson.subtitle_file %}
{% endif %} Your browser does not support the video tag.
{% endif %} {% if lesson.audio_file %}
Audio
Your browser does not support the audio tag.
{% endif %} {% if lesson.text_files %}
Content
{% for text_file in lesson.text_files %}
{{ text_file.split('/')[-1] }}
Loading content...
📄 Open {{ text_file.split('/')[-1] }} in new tab
{% endfor %} {% endif %}
{% if prev_lesson %}
← Previous
{% else %}
← Previous
{% endif %} {% if next_lesson %}
Next →
{% else %}
Next →
{% endif %}