{% load staticfiles %} {% load bootstrap4 %} Home {% comment %} {% bootstrap_css %} {% endcomment %} {% comment %} Referenced JS Scripts are in the bottom {% endcomment %}
{% comment %}

Simple Sidebar

This template has a responsive menu toggling system. The menu will appear collapsed on smaller screens, and will appear non-collapsed on larger screens. When toggled using the button below, the menu will appear/disappear. On small screens, the page content will be pushed off canvas.

Make sure to keep all page content within the #page-content-wrapper.

Toggle Menu {% endcomment %} {% block body_block %} {% endblock body_block %}
{% comment %} Additional references for jquery functionalities {% endcomment %} {% comment %} DateTimeWidget References {% endcomment %} {% comment %} Main js files {% endcomment %} {% comment %} {% bootstrap_javascript %} {% endcomment %}