{% block head %}{% endblock %}
AI-Assisted Programming Study
{% if session.get('participant_id') %}
Pseudo:
{{ session.participant_id }}
ยท Group:
{{ session.study_group }}
{% endif %}
{% block content %}{% endblock %}