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

4 lines
149 B
HTML
Raw Normal View History

2025-07-26 23:10:00 -04:00
{% set card = load_data(path="content/ptcg/cards/" ~ id ~ ".toml") %}
<button class="ptcg-button" popovertarget="{{ id }}">{{ card.name }}</button>