1 2 3 4 5 6
{% extends "base.html" %} {% load static %} {% block content %} <!-- <div class="se-pre-con"></div> --> {% include 'home.html' %} {% endblock %}