{% if tutorial %}
{% endif %}
{% if not hide_cheatsheet and cheatsheet %}
{{_('cheatsheet_title')}}
{% for example in cheatsheet %}
{{ example.explanation|commonmark }}
{% endfor %}
{% 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 %}
{% endif %}
{% endblock %}