{% extends 'game/base.html' %} {% load static %} {% load i18n %} {% load app_tags %} {% block scripts %} {{block.super}} {% endblock %} {% block css %} {{block.super}} {% endblock %} {% block header %} {% endblock header %} {% block content %}

{{worksheet.episode.name}}

You can write your code and see its output using the code editor below.

Next to it, you can view your worksheet - you can't write anything in it, but you can copy and paste from it.

{% if not user|is_logged_in_as_student %} {% endif %}
{% endblock content %}