{% extends "base.html" %} {% block content %}

Reading Stage

Take your time to read and understand the content

Stage 1/3

Reading Material

{% if topic.image_url %}
{{ topic.title }}
{% endif %}
{% if topic.reading_content %} {{ topic.reading_content|process_content|safe }} {% else %}

No reading content is available for this topic.

{% endif %}
{{ form.csrf_token }}
{% block extra_js %} {% endblock %} {% endblock %}