{% extends 'base.html' %} {% load static %} {% block title %}Page with Fixed Footer{% endblock %} {% block js %} {% endblock %} {% block content %}
Add the following context code settings to your view.py and place the html code to your .html file between the content block for page with fixed footer settings.
view.py
.html