{% extends "pylucid/bootstrap/base.html" %} {% load i18n cms_tags sekizai_tags static menu_tags %} {% block base_content %} {% show_breadcrumb 0 "pylucid/includes/bootstrap/breadcrumb.html" %}
{# from_level to_level extra_inactive extra_active template #} {% show_menu 0 100 0 1 "pylucid/includes/bootstrap/tree_menu.html" %}
{% block content %}{% placeholder content %}{% endblock content %}
{% endblock base_content %} {% block base_footer %}{% include "pylucid/includes/bootstrap/footer.html" %}{% endblock base_footer %}