home
·
contact
·
privacy
projects
/
guiltcards
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f946b210ab7fea3945979d7d53ca9a8f42d6f46e
[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')