summaryrefslogtreecommitdiff
path: root/arduino_blog/templates/index.html
diff options
context:
space:
mode:
authorPrashant S2020-02-27 17:21:19 +0530
committerGitHub2020-02-27 17:21:19 +0530
commit61c91c743fabb5c31127e8f8a8109364eda9b8ff (patch)
treed7a1e70ff6bc1fe40ab580326bd92b6f6807e205 /arduino_blog/templates/index.html
parent802bbc270363d1432cb28cd88d6c9003d8b99b6c (diff)
parente1fe11723b0d064684137667ba40c32df34483ed (diff)
downloadarduino_projects_website-61c91c743fabb5c31127e8f8a8109364eda9b8ff.tar.gz
arduino_projects_website-61c91c743fabb5c31127e8f8a8109364eda9b8ff.tar.bz2
arduino_projects_website-61c91c743fabb5c31127e8f8a8109364eda9b8ff.zip
Merge pull request #1 from prashantsinalkar/master
updated ui and code
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