Step 1: Choose a Commander

Tip: Press Enter to select the highlighted result, or use Up/Down to navigate. If your query is a full first word (e.g., "vivi"), exact first-word matches are prioritized.
{% if candidates %}

Top matches

{% for name, score, colors in candidates %}
{{ name }}
match {{ score }}% {% if colors %} {% for c in colors %} {{ c }} {% endfor %} {% endif %}
{% endfor %}
{% endif %} {% if inspect and inspect.ok %}

Theme Tags

{% if tags and tags|length > 0 %}
    {% for t in tags %}
  • {{ t }}
  • {% endfor %}
{% else %}

No theme tags found for this commander.

{% endif %}
{% elif inspect and not inspect.ok %}
{{ inspect.error }}
{% endif %} {% if error %}
{{ error }}
{% endif %}