{% extends 'base.html' %} {% load static %} {% block title %}Full Height Content Page{% 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 full height page content settings.
You got the bottom