1 2 3 4 5
{% extends "base.html" %} {% load static %} {% block content %} {% include 'home.html' %} {% endblock %}