home · contact · privacy
More refactor, and include previously forgotten decks.tpl.
[guiltcards] / views / card_form.tpl
index 9e1e68763b407efe64d6a8d0e517ebe72c95c142..2454df51506408019a4967366f38f22ec3056f5b 100644 (file)
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML>
-<html>
+% include('_meta_head.tpl')
 <body>
 <h1>Edit {{ card["type"] }} card</h1>
 <form action="{{ web_path }}/decks/{{deck_id}}/cards/{{ card_id }}" method="POST">
@@ -35,4 +34,4 @@ Or would you rather <a href="{{ web_path }}/decks/{{deck_id}}/cards/{{ card_id }
 % end
 </form>
 </body>
-</html>
+% include('_meta_foot.tpl')