{% extends "base.html" %} {% block title %}Manifest — {{ set_name }}{% endblock %} {% block content %}
Cards: {{ card_count }}
Decks: {{ deck_list|join(', ') or '(none)' }}
Card and deck counts are auto-calculated from the set directory.