{% extends "base.html" %} {% block title %} Code 9ja - Learn about{% endblock %} {% block keywords %}Keywords specific to this page{% endblock %} {% block description %}Description specific to this page{% endblock %} {% block author %}Author Name{% endblock %} {% block content %}
30:00
{% set current_question = questions[current_question_index] %}

Q. {{ current_question.content }}

{% for option in current_question.options %} {% endfor %}
{% if current_question_index == num_questions - 1 %} {% else %} {% endif %}
{% endblock %}