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