mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-18 00:20:13 +01:00
4 lines
106 B
HTML
4 lines
106 B
HTML
|
|
{% extends 'base.html' %}
|
||
|
|
{% block content %}
|
||
|
|
{% include 'themes/detail_fragment.html' %}
|
||
|
|
{% endblock %}
|