{% load i18n static favtags %} {% block title %}{{ shop_name }} - {{ shop_tagline }}{% endblock %} {% if STAGE != 'PRODUCTIVE' %} {% endif %} {% if CONFIG.google_site_id %} {% endif %} {% place_favicon %} {% include 'partials/import_js.html' %} {% include 'partials/import_css.html' %} {# Block where global CSS will go. #} {% block styles %}{% endblock %} {# Additional CSS - specific to certain pages #} {% block extrastyles %}{% endblock %} {% block extrahead %}{% endblock %} {% block tracking %} {# Default to using Google analytics #} {% include "oscar/partials/google_analytics.html" %} {% endblock %} {% include 'menu.html' %} {% block cms_content %}{% endblock %} {# Main content goes in this 'layout' block #} {% block layout %}{% endblock %} {% block footer %}{% include 'partials/footer.html' %}{% endblock %}
Loading...
{# Scripts loaded from a CDN. #} {% block cdn_scripts %} {% endblock %} {# Local scripts #} {% block scripts %} {% endblock %} {# Additional JS scripts #} {% block extrascripts %}{% endblock %} {# Block for body onload functions #} {# Page meta-data - this is populated by the 'metadata' template context processor #}