From 63cd5d0a8d3f77c0267f12a6aef52533cc2f7d09 Mon Sep 17 00:00:00 2001 From: Kaiden Fey Date: Sun, 25 Oct 2020 05:36:08 +0100 Subject: Adding a whole lot of shit (octopus and supergit) --- templates/core.html | 26 +++++++++++++++++++++++--- templates/files.html | 17 +++++++++++++++++ templates/index.html | 34 ++++++---------------------------- 3 files changed, 46 insertions(+), 31 deletions(-) create mode 100644 templates/files.html (limited to 'templates') diff --git a/templates/core.html b/templates/core.html index aaa95ce..4112cc6 100644 --- a/templates/core.html +++ b/templates/core.html @@ -4,17 +4,37 @@ + {% block title %}{% endblock %} -
- {% block content %}{% endblock %} + +
+ + +
+ {# Limits the width #} +
+
+ {% block content %}{% endblock %} +
+ + diff --git a/templates/files.html b/templates/files.html new file mode 100644 index 0000000..02b0201 --- /dev/null +++ b/templates/files.html @@ -0,0 +1,17 @@ +{% extends "core.html" %} + +{% block content %} + +

File Tree

+ +

Following is a copy of the file tree. You can clone any sub-directry that is marked as a "project".

+ +
+ + {# header section #} + +
+ +{% endblock %} diff --git a/templates/index.html b/templates/index.html index ca7d1b1..fd23cc2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,29 +1,7 @@ - - - octopus | index - - - -
-
- - -
+{% extends "core.html" %} -
-
- {{ readme }} -
-
- - -
- - +{% block content %} + +{{ readme }} + +{% endblock %} -- cgit v1.2.3