{% load pages_tags mezzanine_tags i18n %} {% block meta_title %}{% endblock %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %} {% if "mezzanine.blog"|is_installed %} {% endif %} {% block extra_head %}{% endblock %} {% if settings.SITE_TITLE or settings.SITE_TAGLINE %}
{% if settings.SITE_TITLE %}

{{ settings.SITE_TITLE }}

{% endif %} {% if settings.SITE_TAGLINE %}

{{ settings.SITE_TAGLINE }}

{% endif %}
{% endif %}
{% page_menu "pages/menus/primary.html" %}
{% page_menu "pages/menus/tree.html" %}

{% block title %}{% endblock %}

{% block main %}{% endblock %}
{% include "includes/search.html" %} {% block right_panel %} {% if "mezzanine.twitter"|is_installed %} {% include "twitter/tweets.html" %} {% endif %} {% endblock %}

{% trans "Powered by" %} Mezzanine
{% trans "View Mobile Site." %}

 
{% page_menu "pages/menus/footer.html" %}
{% include "includes/footer_scripts.html" %}