{% extends "base.html" %} {% load currency_filters %} {% load category_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 %} {% block header %} {% endblock %} {% include "partials/alert_messages.html" %} {% block subnavigation %}{% endblock %}
{% block subheader %}{% endblock subheader %} {% block flatpage %}{% endblock %} {% block content %}{% endblock %}
{% include "partials/footer.html" %} {% endblock %} {% block extrascripts %} {% include "partials/extrascripts.html" %} {{ block.super }} {% endblock %}