{% extends "lizard_ui/lizardbase.html" %} {% block subtitle %}Block "subtitle"{% endblock subtitle%} {% block sitetitle %}- Block "sitetitle"{% endblock sitetitle%} {% block logo %} Block LOGO {% endblock %} {% block site-actions %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content-actions %} {% endblock %} {% block sidebar %}

Block "sidebar" (h2)

Heading 3

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

{% endblock %} {% block sidebar-actions %} sidebar-actions {% endblock sidebar-actions %} {% 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.
ie-css
Block to add css specific to IE. The block is wrapped in an "IE less than 9" condition. 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-in-head
Javascript that should really go into the head tag. Should probably remain empty!
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.
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.
map-javascript
A block specifically for lizard-map's in-template javascript.
page
A block for when you want to replace everything between the body tags (except the javascript at the end).
{% endblock %} {% block secondary-sidebar %}

secondary-sidebar

{% endblock secondary-sidebar %} {% block orthogonal-actions %}
1972-12-25 — 2000-11-10 {# Reinout's birthday till his wedding :-) #}
Dry Wet Soaking
{% endblock orthogonal-actions %}