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] }}