diff --git a/templates/partials.html b/templates/partials.html index 642882f..21e99f1 100644 --- a/templates/partials.html +++ b/templates/partials.html @@ -13,7 +13,7 @@ {%- endmacro %} {% macro _render_card(card) -%} - {{ + {{ {%- endmacro %} {% macro deck(game, playerid="") -%} @@ -23,4 +23,4 @@ {{ render_card("back", game, playerid, pickup=(playerid != "")) }} {% endif %} {{ render_card(game.last_card, game, playerid, undo=(playerid != "" and game.cards["played_cards"] != [])) }} -{%- endmacro %} \ No newline at end of file +{%- endmacro %}