summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/base.html b/templates/base.html
deleted file mode 100644
index b15d5eb..0000000
--- a/templates/base.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!doctype html>
-<html lang="en">
- {% include "partials/head.html" %}
- <body>
- <h1><b>getchoo's website 🦀</b></h1>
- {% include "partials/nav.html" %}
- {% block content %}{% endblock content %}
- {% include "partials/footer.html" %}
- </body>
-</html>