{% extends "lizard_ui/cmsbase.html" %} {% block title %}CMS layout{% endblock %} {% block sidebar %}
Some text
{% endblock sidebar %} {% block content %}Using lizard_ui/cmsbase.html as a base gives you a layout with a fixed width, ideal for CMSs.
{% endblock %}