{% load pages_tags mezzanine_tags i18n shop_tags %} {% block meta_title %}{% endblock %} {% block extra_head %}{% endblock %}
{% primary_menu %}
{% tree_menu %}

{% block title %}{% endblock %}

{% block main %}{% endblock %}
{% include "includes/search.html" %} {% if settings.SHOP_CHECKOUT_ACCOUNT_ENABLED %}
{% if request.user.is_authenticated %} {% trans "Logged in as: " %}{{ request.user.username }} / {% trans "Log out" %} {% else %} {% trans "Log in or sign up" %} {% endif %}
{% endif %} {% block right_panel %} {% include "twitter/tweets.html" %} {% endblock %}

Powered by Mezzanine

{% footer_menu %}
{% editable_loader %} {% if settings.GOOGLE_ANALYTICS_ID %} {% endif %}