%# Rendered into #cmd-palette-results by the fetch in layout.html — a bare
%#
list, no rebase(), since it's swapped in as innerHTML rather than
%# navigated to.
%if not q:
Start typing to search.
%end
%if results:
Results
%for r in results:
{{r['badge']}}
{{r['title']}}
{{r['label']}}
%end
%end
%if q and not results:
Nothing matched “{{q}}”.
%end