Ì{% extends "base.html" %} {% load static i18n %} {% comment %} As the developer of this package, don't place anything here if you can help it since this allows developers to have interoperability between your template structure and their own. Example: Developer melding the 2SoD pattern to fit inside with another pattern:: {% extends "base.html" %} {% load static %} {% block extra_js %} {% block javascript %} {% endblock javascript %} {% endblock extra_js %} {% endcomment %} {% block extrastyle %} {# maybe you need also this: {{ block.super }} #} {# Include gridstack css #} {# Include semantic css #} {# Include lodash used by gridstack #} {# Include jquery if you have not already a jquery in base #} {# include jquery ui touch pounch for mobile devices #} {# Include gridstack; used to create/move/arrange the widgets #} {# Include semantic #} {# Include dj_dashboard js #} {# Include dj_dashboard css #} {% endblock %} {% block content %}
 

 
{% csrf_token %} {% if not using_defaults %}
{{ item.group }}
{% endblock content %}