mtg_python_deckbuilder/code/web/templates/themes/detail_page.html
matt c4a7fc48ea feat(preview): sampling, metrics, governance, server mana data
Preview endpoint + fast caches; curated pins + role quotas + rarity/overlap tuning; catalog+preview metrics; governance enforcement flags; server mana/color identity fields; docs/tests/scripts updated.
2025-09-23 09:19:23 -07:00

4 lines
No EOL
106 B
HTML

{% extends 'base.html' %}
{% block content %}
{% include 'themes/detail_fragment.html' %}
{% endblock %}