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

{{ card["title"] }}

-

{{ card["prompt"] }}

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