4 lines
149 B
HTML
4 lines
149 B
HTML
|
|
{% set card = load_data(path="content/ptcg/cards/" ~ id ~ ".toml") %}
|
||
|
|
|
||
|
|
<button class="ptcg-button" popovertarget="{{ id }}">{{ card.name }}</button>
|