From b9c709823e26f5b20d3732e1788b871cdd961a03 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 27 Aug 2019 12:29:12 +0530 Subject: added intial code for project --- static/website/templates/index.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/website/templates/index.html (limited to 'static/website/templates/index.html') diff --git a/static/website/templates/index.html b/static/website/templates/index.html new file mode 100644 index 0000000..97c5b23 --- /dev/null +++ b/static/website/templates/index.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% load static %} + {% block content %} + + {% include 'home.html' %} + {% endblock %} -- cgit