{% extends 'base.html' %} {% block container %}

DeckLock

{{ WELCOME_MESSAGE|md }} {%- if "fab" in PLUGINS -%} {%- endif -%} {%- if "gwent" in PLUGINS -%} {%- endif -%} {%- if "keyforge" in PLUGINS -%} {%- endif -%} {%- if "mtg" in PLUGINS -%} {%- endif -%}
Game Decks
Flesh and Blood {{ articles|selectattr("category", "equalto", "FaB_Deck")|list|length }}
Gwent {{ articles|selectattr("category", "equalto", "Gwent_Deck")|list|length }}
KeyForge {{ KEYFORGE_DECK_COUNT }}
Magic: the Gathering {{ articles|selectattr("category", "equalto", "MTG_Deck")|list|length }}
{% endblock %} {% block extra_js %} {% endblock %}