{% extends "oscar/base.html" %}
{% load static %}
{% block styles %}
{% comment %}
If you are developing Oscar's CSS, or overriding Oscar's CSS
files in your project, then set OSCAR_USE_LESS = True in your
settings file. This will enable the on-the-fly less compiler.
{% endcomment %}
{% if use_less %}
{% else %}
{% endif %}
{% endblock %}
{% block layout %}
{# Top-horizontal bar with account, notifictions, dashboard links #}
{% include "oscar/partials/nav_accounts.html" %}
{# Site logo/title, mini-basket, browse dropdown and searchbox #}