{% extends "base.html" %} {% from 'partials/_buttons.html' import button %} {% block content %}

Commanders

Browse the catalog and jump straight into a build with your chosen leader.

{{ button('Apply', variant='primary', type='submit', classes='filter-submit') }}
Loading commanders…
{% include "commanders/list_fragment.html" %}
{% endblock %}