summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
blob: 55713ee5d7dae32401aa06c98983088b458294f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% 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>