{% extends "layout.html" %} {% block full_width_content %} {% if not raw %} {% if not raw and session.preview_class %} {% endif %} {% if customizations and customizations["teachers_adventure"] %} {% endif %}
{% if customizations and customizations["available_levels"]%} {% else %}
{{ _('level_title') }} {{ level_nr }}   {% if assignment_nr %} · {{ _('step_title') }} {{ assignment_nr }} {% endif %}
{% endif %}
{% if current_user_is_in_class %} {% endif %}
{% if tutorial %} {% endif %} {% if not hide_cheatsheet and cheatsheet %} {% endif %} {% if get_syntax_language(g.lang) != "en" and (not customizations or 'hide_keyword_switcher' not in customizations['other_settings']) %} {{ render_partial('htmx-language-switch-button.html', commands=commands) }} {% endif %}
{% endif %}
{% block levelbody %}{% endblock %}
{% include 'incl/share-modal.html' %} {% include 'incl/hand-in-modal.html' %} {% if HOC_tracking_pixel %} Tracking Pixel - Hour of code {% endif %} {% endblock %}