luckymeowth/themes/lucky/templates/shortcodes/ptcg_ref.html

3 lines
149 B
HTML

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