{% 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 %}
{% include "partials/alert_messages.html" %}
{% block breadcrumbs %} {% endblock %}
{% block header %} {% endblock %} {% block flatpage %} {% endblock %} {% block content %} {% endblock %}
{% include "partials/footer.html" %} {% endblock %} {# Block for additional scripts #} {% block extrascripts %} {% include "partials/extrascripts.html" %} {{ block.super }} {% endblock %}