{# Primary content #}
{% block content %}{% endblock %}
{# Sidebar on the right (if widgets exist) #}
{% block sidebar %}
{% include "djadmin/includes/_sidebar.html" %}
{% endblock %}