summaryrefslogtreecommitdiff
path: root/arduino_blog/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'arduino_blog/templates/index.html')
-rw-r--r--arduino_blog/templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/arduino_blog/templates/index.html b/arduino_blog/templates/index.html
new file mode 100644
index 0000000..cc7f0ab
--- /dev/null
+++ b/arduino_blog/templates/index.html
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+{% load static %}
+ {% block content %}
+ {% include 'home.html' %}
+ {% endblock %} \ No newline at end of file