summaryrefslogtreecommitdiff
path: root/arduino_blog/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'arduino_blog/templates/base.html')
-rw-r--r--arduino_blog/templates/base.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/arduino_blog/templates/base.html b/arduino_blog/templates/base.html
deleted file mode 100644
index 253f3a2..0000000
--- a/arduino_blog/templates/base.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% load static %}
-<!DOCTYPE html>
-<html lang="en">
- {% include 'header.html' %}
- <body>
- {% include 'navbar.html' %}
- {% block content %}{% endblock content %}
- {% include 'footer.html' %}
- </body>
-</html>
-