home · contact · privacy
More refactor, and include previously forgotten decks.tpl.
[guiltcards] / views / cards.tpl
index d63aab12f533ab6bda138108024443d4abd92487..49d7617bcc6b4cd4da4b9c52cbd5e3560569c485 100644 (file)
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML>
-<html>
+% include('_meta_head.tpl')
 <body>
 <h1>deck: {{deck_name}}</h1>
 <ul>
@@ -17,4 +16,4 @@ add another guilt card? name: <input type="text" name="card_name" /> type: <sele
 <a href="{{ web_path }}/decks">back to decks overview</a>
 </p>
 </body>
-</html>
+% include('_meta_foot.tpl')