{% load pages_tags mezzanine_tags i18n future staticfiles %} {% if settings.SEARCH_CONSOLE %}{% endif %} {% block meta_title %}{% endblock %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %} {% ifinstalled mezzanine.blog %} {% endifinstalled %} {% compress css %} {% if LANGUAGE_BIDI %} {% endif %} {% ifinstalled cartridge.shop %} {% if LANGUAGE_BIDI %} {% endif %} {% endifinstalled %} {% block extra_css %}{% endblock %} {% endcompress %} {% compress js %} {% block extra_js %} {% endblock %} {% endcompress %} {% if settings.THEME_SKINS %} {% else %} {% endif %} {% block extra_head %}{% endblock %}
{% nevercache %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endnevercache %}

{% block title %}{% endblock %}

{% block l_w %}
{% block left_panel %}
{% page_menu "pages/menus/tree.html" %}
{% endblock %}
{% endblock l_w %} {% block middle_class %}
{% endblock middle_class %} {% block main %}{% endblock %} {% block middle_class_div %}
{% endblock middle_class_div %} {% block r-w %} {% block r_w %}
{% nevercache %} {% include "includes/user_panel.html" %} {% endnevercache %} {% search_form "all" %}
{% block right_panel %} {% ifinstalled mezzanine.twitter %} {% endifinstalled %} {% endblock %}
{% endblock r_w %} {% endblock r-w %}
{% include "includes/footer_scripts.html" %}