X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=views%2Fcards_print.tpl;h=b7b63a1aa19975e3d3c5abc13f68a56be4eb4d67;hb=189479074094707440d4d0a240b75fb0ffb7bb7f;hp=a649ac6c4d03388659d4e1ca18ac7f07d0f92e34;hpb=24797d71438592647bd6f759536adf6d58e76b66;p=guiltcards diff --git a/views/cards_print.tpl b/views/cards_print.tpl index a649ac6..b7b63a1 100644 --- a/views/cards_print.tpl +++ b/views/cards_print.tpl @@ -1,24 +1,13 @@ - - +% include('_meta_head.tpl') % for card in cards: -
-

{{ card["title"] }}

-

{{ card["prompt"] }}

-
+% include('_card.tpl') % end - - + +% include('_meta_foot.tpl')