{% extends "base.html" %} {% load currency_filters %} {% load category_tags %} {% load promotion_tags %} {% block layout %} {% include "partials/nav_accounts.html" %}
{% include "partials/brand.html" %}
{% category_tree depth=2 as categories %} {% block navigation %} {% include "partials/nav_primary.html" %} {% endblock %}
{% block breadcrumbs %}{% endblock %} {% include "partials/alert_messages.html" %}
{% block header %} {% endblock %}
{% for promotion in promotions_page %} {% render_promotion promotion %} {% endfor %}
{% block flatpage %} {% endblock %} {% block content %} {% endblock %}
{% include "partials/footer.html" %} {% endblock %} {# Block for additional scripts #} {% block extrascripts %} {% include "partials/extrascripts.html" %} {{ block.super }} {% endblock %}