{% extends "level-page.html" %} {% block levelbody %} {% if intro_tutorial or tutorial %} {% endif %}
{# When we're NOT in adventure mode but DO have adventures, render them in tabs #} {% if raw %} {% 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 %} {% else %} {% include "incl/adventure-tabs.html" %} {% endif %} {% include "incl/editor-and-output.html" %} {% if latest and not raw %}
Latest update: {{latest}}
{% endif %}
{% endblock %}