{# Define a two column layout extending the main layout. Sidebar on the left, main body on the right. Templates extending this can fill in the sidebar with `sidebar`, and the main body with `body`. #} {% extends "layout.html" %} {% block maincontainer %}
{% block sidebar %}{% endblock %}

{% block pageheader %}{% endblock %}

{% block body %}{% endblock %}
{% endblock %}