From aef7b788326313a44e47549af98fc93690b34661 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 13 May 2020 16:02:41 -0700 Subject: skeleton of basic search, using covid19 index --- fatcat_scholar/templates/base.html | 212 +++++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 fatcat_scholar/templates/base.html (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html new file mode 100644 index 0000000..d47003b --- /dev/null +++ b/fatcat_scholar/templates/base.html @@ -0,0 +1,212 @@ + + + + + + + + + {%- block title -%}scholar.archive.org{%- endblock %} + + + {% block extra_head %}{% endblock %} + + + + + +{% block fullmain %} +
+
+ +
+
+
+{% block fullbody %} +
+ {% block body %}Nothing to see here.{% endblock %} +
+{% endblock %} +
+{% endblock %} + +{# + +#} + +
+
+ + + + +{% block postscript %}{% endblock %} + + -- cgit v1.2.3