From e1a599317a3a26ef8193ecd584601057dcc6e1a5 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 8 Aug 2015 19:30:45 -0400 Subject: [PATCH] forgot to add main.html --- templates/main.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/main.html diff --git a/templates/main.html b/templates/main.html new file mode 100644 index 0000000..603d037 --- /dev/null +++ b/templates/main.html @@ -0,0 +1,18 @@ + +Test App + + + + {% for datum in attributes %} + + {% endfor %} + + {% for book in books %} + + + {% for datum in attributes %} + + {% endfor %} + + {% endfor %} +
cover {{ datum }}
{{ book[datum] }}