{% extends "base.html" %} {% block title %}Manifest — {{ set_name }}{% endblock %} {% block content %}

Set Manifest — {{ set_name }}

Cards: {{ card_count }}

Decks: {{ deck_list|join(', ') or '(none)' }}

Card and deck counts are auto-calculated from the set directory.

{% endblock %}