{% load static %} {% load filters %} {% load bootstrap4 %} {% bootstrap_javascript jquery='full' %} {{ form.media }} {% include 'lib/navbar.html' %} {% include 'lib/sidebar.html' %}
{% block body %} // content will be here {% endblock %}