{% extends 'base.html' %} {% load static %} {% block title %}Page with Hover Sidebar{% endblock %} {% block js %} {% endblock %} {% block content %}
Add the following context code settings to your view.py for page with hover sidebar settings.
view.py
Back to previous page