{% extends 'base.html' %} {% load static %} {% block title %}Page with Boxed Layout{% endblock %} {% block js %} {% endblock %} {% block content %}
Add the following context code settings to your view.py for boxed layout settings.
view.py