{% extends 'base.html' %} {% load static %} {% block title %}Page with Fixed Footer{% endblock %} {% block js %} {% endblock %} {% block content %}

Page with Fixed Footer header small text goes here...

Installation Settings

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.

{% endblock %}