{{_('cheatsheet_title')}}
Level {{ level }}
{% for command in commands %}
{{ command.name }}
{{ command.explanation|commonmark }}
{{ command.demo_code }}
{% endfor %}