{% extends "lizard_ui/lizardbase.html" %} {% block subtitle %}Block "subtitle"{% endblock subtitle%} {% block sitetitle %}- Block "sitetitle"{% endblock sitetitle%} {% block portal-tabs %}
The sidebar is for showing overview info, details, perhaps a small "navigator" map to indicate the current location, etc.
{% endblock %} {% block above-content %}This is the content area, btw. Here you can put for instance:
{% templatetag openvariable %}
block.super {% templatetag closevariable %}
at the start of your
block to get all the previously defined css, too.
{% templatetag
openvariable %} block.super {% templatetag closevariable %}
at
the start of your block to get all the previously defined javascript,
too.