{% extends "base.html" %} {% block title %}{{ task.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ task.spec }}
{% for ex in task.examples %}{{ ex }}
{% endfor %}
Write or paste your final solution here, then click Submit.
{% if submission_feedback.passed_all %} ✅ All example checks passed. {% else %} ❌ Some checks failed. You can edit and resubmit. {% endif %}
{{ submission_feedback.report }}
{% if submission_feedback.passed_all and submission_feedback.continue_url %}
Continue →
{% endif %}
{% endif %}