{% for help_item in help_items %}
{{ help_item.title }}
{{ help_item.content }}
{% endfor %}
{% navigation_keyboard_shortcuts as shortcuts %}
Keyboard Shortcuts
{% for action, shortcut in shortcuts.items %}
{{ shortcut }}
{{ action|title }}
{% endfor %}
{% endif %}