summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
blob: 9d36028017275d8776fa9cb16d02249621466312 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% load static %}
    {% block content %}
        <div class="se-pre-con"></div>
        {% include 'home.html' %}
    {% endblock %}