summaryrefslogtreecommitdiff
path: root/static/website/templates/base.html
diff options
context:
space:
mode:
authorPrashant S2018-08-16 14:54:58 +0530
committerGitHub2018-08-16 14:54:58 +0530
commit5fc9c374d7139d8364519a9f28f07be645d62eeb (patch)
tree7d48d9bbd7d72e4ddf2607fb987dc2cdee5a5419 /static/website/templates/base.html
parent9674af451d6ede8fc3a3ee1527eb8ac2f1a61cb2 (diff)
parentae12447a47f7298bb411a1d4191e8d3dcf975e01 (diff)
downloadSciPy2018-5fc9c374d7139d8364519a9f28f07be645d62eeb.tar.gz
SciPy2018-5fc9c374d7139d8364519a9f28f07be645d62eeb.tar.bz2
SciPy2018-5fc9c374d7139d8364519a9f28f07be645d62eeb.zip
Merge pull request #7 from prashantsinalkar/master
added submit cfp
Diffstat (limited to 'static/website/templates/base.html')
-rw-r--r--static/website/templates/base.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
new file mode 100644
index 0000000..9c76859
--- /dev/null
+++ b/static/website/templates/base.html
@@ -0,0 +1,11 @@
+{% load static %}
+<!DOCTYPE html>
+<html lang="en">
+ {% include 'header.html' %}
+ <body data-spy="scroll" data-target="#site-nav">
+ {% include 'navbar.html' %}
+ {% block content %}{% endblock content %}
+ {% include 'footer.html' %}
+ </body>
+</html>
+