{% extends "layout.html" %} {% set title = 'Homepage' %} {% block content %}
{% for image in images %}

Your daily needs matter.

{% include '../template/component/toshiba-border.html' %}

Our home solutions are designed, engineered, and manufactured with uncompromising attention to the details that matter most to our consumers. We strive to deliver crafted breakthrough home solutions with heartfelt details that make a big difference.

read more
{% endfor %}
{% include '../template/component/toshiba-border.html' %}

Shop Categories

{% for category in categories %} {% endfor %}
{% for category in categories %} {% if loop.index % 2 == 0 %} {% set classLeft = 'left' %}
{% include '../template/component/category-info.html' %}
{% include '../template/component/category-img.html' %}
{% else %} {% set classLeft = '' %}
{% include '../template/component/category-info.html' %}
{% include '../template/component/category-img.html' %}
{% endif %} {% endfor %}
{% include '../template/component/toshiba-border.html' %} contact us

Caring about your appliances matter

Get help when you need further assistance and information, Contact us by phone, online or in-store.

contact us
{% endblock content %}