{% extends "lizard_ui/lizardbase.html" %} {% block title %}Collapsible headers in sidebar{% endblock %} {% block sidebar %}

Some header

The example here in the sidebar shows what jquery can do. With a little bit of help and configuration from a bit of custom javascript.

Stretched sidebarbox

Yeah, we have an additional sidebarbox-stretched class!

Some header

The example here in the sidebar shows what jquery can do. With a little bit of help and configuration from a bit of custom javascript.
{% endblock %} {% block content %}

Sidebar stretched box demo

In the sidebar, mark one sidebarbox with an additional "sidebarbox-stretched" class to get it to take up all remaining available space.

{% endblock %}