{% extends 'base.html' %} {% load static %} {% block title %}Page Without Sidebar{% endblock %} {% block js %} {% endblock %} {% block content %}

Page without Sidebar header small text goes here...

Installation Settings

Add the following context code settings to your view.py for page without sidebar settings.

Back to previous page

{% endblock %}