1{% extends "!layout.html" %}
2
3
4{# put the sidebar before the body #}
5{% block sidebar1 %}   {{ sidebar() }}{% endblock %}
6{% block sidebar2 %}  {% endblock %}