{% load i18n solo_tags staticfiles %} {% get_solo 'config.SiteConfiguration' as site_config %} {% get_solo 'config.SocialConfiguration' as social_config %} {% block extra_css %}{% endblock %} {% block page_title %}ShelfZilla{% endblock %} {% block navigation_bar %}
{% include "_includes/social_bar.html" %}
{% endblock %} {% block messages %}
{% endblock %}
{% block main_content %}{% endblock %}
{% block footer %}{% endblock %} {% block extra_js %}{% endblock %} {% if social_config.google_analytics %} {% include "_includes/google_analytics.html" %} {% endif %}