{% extends "lizard_ui/lizardbase.html" %} {% block title %}Automatic accordion in the sidebar{% endblock %} {% block sidebar %}

First choice

Second choice

Final result

Just for grins: no "ul" here, but a regular diff. That works just as well.
{% endblock %} {% block content %}

Automatic accordion in the sidebar demo

TODO

Note: the <ul> elements have a "without-bullets" class to remove the bullets from the list items.

{% endblock %}