{% extends "lizard_ui/lizardbase.html" %} {% block subtitle %}Block "subtitle"{% endblock subtitle%} {% block sitetitle %}- Block "sitetitle"{% endblock sitetitle%} {% block portal-tabs %} {% endblock %} {% block portal-actions %} Block "portal-actions" {% endblock %} {% block breadcrumbs %} home → Block → "breadcrumbs" {% endblock %} {% block sidebar %}
Block "sidebar"

The sidebar is for showing overview info, details, perhaps a small "navigator" map to indicate the current location, etc.

{% endblock %} {% block above-content %} {% endblock %} {% block object-actions %} Block | "object-actions" {% endblock %} {% block content %}

Block "content"

This is the content area, btw. Here you can put for instance:

Other extendable blocks

css
Block to add css. Be sure to use {% templatetag openvariable %} block.super {% templatetag closevariable %} at the start of your block to get all the previously defined css, too.
javascript
Block to add javascript. Be sure to use {% templatetag openvariable %} block.super {% templatetag closevariable %} at the start of your block to get all the previously defined javascript, too.
head-extras
For injecting links, javascript or css from your template. This is not compressed or otherwise managed. For javascript and css, use the "css" and "javascript" blocks.
map-javascript
A block specifically for lizard-map's in-template javascript.
logo
Replaces the logo.
{% endblock %} {% block copyright %} Block "copyright" {% endblock copyright %}