From ca5b85fb744221588859f3639ba7e4da0bc82649 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Mon, 7 Jun 2021 00:03:12 -0400 Subject: first commit --- templates/base.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..b2e8e74 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,28 @@ + + {{ domain }}/{{ title }} + + {% block css%} + + {% endblock %} + +
+

{{ domain }}

+ + +

{{ title }}

+
+ {% block content %} + {% endblock %} +

{{ errors }}

+ {% if parent_dir != '/' %} +

Go up to parent folder ({{ parent_dir }})

+ {% endif %} +
+
{% include 'site/license.html' %}
+
+ -- cgit v1.2.3