summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2018-08-15 23:33:44 +0530
committerprashantsinalkar2018-08-15 23:33:44 +0530
commitd8391b8f8b5681e235278d8bbd15939420087bf4 (patch)
tree7539cdfb9362a0d2561d24b3c39ffa5cca65661d
parent1dc66ff494f8419511e00b371bef8336b7f81f82 (diff)
downloadSciPy2018-d8391b8f8b5681e235278d8bbd15939420087bf4.tar.gz
SciPy2018-d8391b8f8b5681e235278d8bbd15939420087bf4.tar.bz2
SciPy2018-d8391b8f8b5681e235278d8bbd15939420087bf4.zip
added extend from base html template
-rw-r--r--static/website/templates/index.html15
1 files changed, 5 insertions, 10 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index 55713ee..9d36028 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -1,11 +1,6 @@
+{% extends "base.html" %}
{% load static %}
-<!DOCTYPE html>
-<html lang="en">
-{% include 'header.html' %}
-<body data-spy="scroll" data-target="#site-nav">
-<div class="se-pre-con"></div>
- {% include 'navbar.html' %}
- {% include 'home.html' %}
- {% include 'footer.html' %}
- </body>
-</html>
+ {% block content %}
+ <div class="se-pre-con"></div>
+ {% include 'home.html' %}
+ {% endblock %}