mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-24 11:30:12 +01:00
12 lines
381 B
HTML
12 lines
381 B
HTML
<div class="random-result" hx-swap-oob="true" id="random-result">
|
|
<div class="random-meta">
|
|
<span class="seed">Seed: {{ seed }}</span>
|
|
{% if theme %}<span class="theme">Theme: {{ theme }}</span>{% endif %}
|
|
</div>
|
|
<h3 class="commander">{{ commander }}</h3>
|
|
<ul class="decklist">
|
|
{% for card in decklist %}
|
|
<li>{{ card }}</li>
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|