{% if template == 'index' %}
{{ content.logo }}
{% else %}
{{ content.logo }}
{% endif %}
-
{% include "blocks/menu-top.html" %}
- Member
{% include "blocks/login.html" %}
{% include "blocks/mainbanner.html" %}
{% endif %}
{% endif %}
{% set sidebar='no-sidebar' %}
{% if template in ['product-detail', 'product-list', 'search', 'index'] %}
{% set sidebar='single-sidebar' %}
{% endif %}
{% if template == 'index' %}

{% endif %}
{% include "blocks/menu-bottom.html" %}
{% include "blocks/newsletter.html" %}

