{% comment %}
Command palette modal. Included from base.html for authenticated users only.
Opened by clicking the navbar brand or pressing Ctrl/Cmd+K (see command_palette.js).
Most-of-the-page on desktop; fullscreen on mobile.
{% endcomment %}
{% comment %} Hidden by default; the script removes d-none only when the browser supports speech recognition. {% endcomment %}
{% if palette_assist_enabled %}
{% endif %}
{% comment %} Shown by the script only on the first couple of auto-started listens. {% endcomment %}
{% if palette_assist_enabled %}
Microphone automatically enabled because you used it last time