diff --git a/templates/search.html b/templates/search.html new file mode 100644 index 0000000..c5022cf --- /dev/null +++ b/templates/search.html @@ -0,0 +1,38 @@ +{% extends "layouts/default.html" %} +{% block title %}Search the Archive{% endblock %} +{% block content %} +
+

Search Archive

+ +
+ + + +
+
+
+ + +

Year

+
+

Month

+
+

Keywords

+
+
+ +
+
+ +
+
+
+ +
+ + + + + + +{% endblock %}