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