{% extends "web/_base.html" %} {% load debusine %} {% block main-layout %}
{% block content %}{% endblock %}
{% block sidebar %} {% if sidebar_items %}
{% for item in sidebar_items %} {% widget item %} {% endfor %}
{% endif %} {% endblock %} {% block content-right %}{% endblock %}
{% endblock %}