diff --git a/src/interface/templates/search.html b/src/interface/templates/search.html new file mode 100644 index 0000000..53b10bb --- /dev/null +++ b/src/interface/templates/search.html @@ -0,0 +1,68 @@ +{% load filters %} + + + + + + + +pyShelf E-Book Server Search Results + + + + + + + + +
+
+
+

pyShelf

+
+
+

""An elegant tool... for a more civilized age."

+
+
+ + Fork + +Issue + +
+ + + + +
+
+
+
+ Your search for {{ Query }} returned {{ len_results }} results +
+
+
    + {% for book in Books %} +
  • {{ book.title }}
  • + {% endfor %} +
+
+
+
+ +
+ +