home · contact · privacy
More refactor, and include previously forgotten decks.tpl.
[guiltcards] / views / cards_print.tpl
1 % include('_meta_head.tpl')
2 <style>
3 % include('_card.css')
4   .card {
5       page-break-before: always;
6   }
7 </style>
8 <body>
9 % for card in cards:
10 % include('_card.tpl')
11 % end
12 <body>
13 % include('_meta_foot.tpl')