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