{% 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. Commander name Theme: Color identity All colors {% for code, label in color_options %} {{ label }} {% endfor %} {{ button('Apply', variant='primary', type='submit', classes='filter-submit') }} Loading commanders… {% for i in range(3) %} {% endfor %} {% include "commanders/list_fragment.html" %} {% endblock %}
Browse the catalog and jump straight into a build with your chosen leader.