home · contact · privacy
More refactor, and include previously forgotten decks.tpl.
[guiltcards] / views / card.tpl
1 % include('_meta_head.tpl')
2 <style>
3 % include('_card.css')
4 </style>
5 <body>
6 % include('_card.tpl')
7 <a href="{{ web_path }}/decks/{{deck_id}}/cards">back to overview</a>
8 </body>
9 % include('_meta_foot.tpl')