{% extends "oscar/layout.html" %} {% load thumbnail static %} {% block extrastyles %} {% endblock %} {% block extrascripts %} {% endblock %} {% block title %} {{ CONFIG.company_short_name }} | {{ block.super }} {% endblock %} {% block layout %}
{% if CONFIG.header_hints_bottom_1 %}
{% if CONFIG.header_hints_bottom_1_url %} {% endif %} {% if CONFIG.header_hints_bottom_1_url %} {% endif %}
{% endif %}
{% if CONFIG.header_hints_bottom_2 %}
{% if CONFIG.header_hints_bottom_2_url %} {% endif %} {% if CONFIG.header_hints_bottom_2_url %} {% endif %}
{% endif %}
{% if CONFIG.header_hints_top_1_responsive %}
{% if CONFIG.header_hints_top_1_url %} {% endif %} {% if CONFIG.header_hints_top_1_url %} {% endif %}
{% endif %}
{% include 'partials/menu_div.html' %}
{% if CONFIG.slider_intro %}
{% endif %}
{% include 'partials/offer_slider.html' %}
{% include 'partials/menu_div.html' %}
{% if CONFIG.slider_intro_responsive %}
{% endif %}
{% include 'partials/product_slider.html' %}
{{ CONFIG.home_bottom_text|safe }}
{% endblock %}