{% extends "lizard_ui/lizardbase.html" %} {% block logo %} Block LOGO, not handled in the view. {% endblock %} {% block sidebar %}
At the moment the sidebar isn't handled by the view yet. Overwrite it in the template. If handy, we might want to add a couple of helper methods, though.
{% endblock %} {% block secondary-sidebar %}We don't handle the secondary sidebar through the view at the moment. Lizard-map might do that for its workspace handling, btw.
{% endblock secondary-sidebar %} {% block content %}This is the content area, not handled by the view.