{% extends "lizard_ui/cmsbase.html" %} {% block title %}CMS layout{% endblock %} {% block sidebar %}

Sidebar

Some text

{% endblock sidebar %} {% block content %}

Example CMS layout

Using lizard_ui/cmsbase.html as a base gives you a layout with a fixed width, ideal for CMSs.

{% endblock %}