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 @@ + +
cover | + {% for datum in attributes %} +{{ datum }} | + {% endfor %} +
---|---|
+ {% for datum in attributes %} + | {{ book[datum] }} | + {% endfor %} +