{% extends "base.html" %} {% block title %}Deck Builder — {{ set_name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{# Left: Catalog #}

Catalog

Card ID Name Type Mana
No cards match filters
{# Middle: Deck #}

Deck

Qty Card ID Name Type Mana
No cards match filters
Deck is empty
Total: cards
{# Charts #}

Mana Curve

Creatures & Spells
Mana
By Type
{# Deck selector #}
{# Right: Card Preview #}
{% include "components/card_preview.html" %}
{% endblock %}