{% load pages_tags mezzanine_tags i18n %} {% block meta_title %}{% endblock %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %} {% if "mezzanine.blog"|is_installed %} {% endif %} {% if "cartridge.shop"|is_installed %} {% endif %} {% block extra_head %}{% endblock %}
{% for message in messages %}
×{{ message }}
{% endfor %}

{% block title %}{% endblock %}

{% page_menu "pages/menus/tree.html" %}
{% block main %}{% endblock %}
{% include "includes/user_panel.html" %}
{% block right_panel %} {% if "mezzanine.twitter"|is_installed %} {% include "twitter/tweets.html" %} {% endif %} {% endblock %}
{% include "includes/footer_scripts.html" %}