{% extends theme.template.home|template %} {% block title %} {{site.name}} - {{site.description}} {% endblock title %} {% block css %} {{wp_head}} {% endblock css %} {% block javascript_lib %} {{wp_footer}} {% endblock javascript_lib %} {% block javascript_local %} {% include theme.layouts.main_nav.site_nav|template %} {% include theme.layouts.scripts.slick|template %} {% include theme.layouts.scripts.products_slide_js|template %} {% include theme.css.blended_css.js.custom|template %} {% endblock javascript_local %} {% block content_header %}
{{theme.meta.config.other_data.shop_cart_icon}}
{{theme.meta.config.other_data.instagram_icon}}
{{theme.meta.config.other_data.map_icon}}
{{theme.meta.config.other_data.mobile_icon}}{{theme.meta.config.other_data.mobileno}}
{% endblock content_header %} {% block navigation_header %} {% set menu = get_nav_menu("main" , get_block_data(theme, "nav", "wide")) %} {% set layout = theme.layouts.main_nav %} {% set block = get_block_data(theme, "nav", "wide") %} {% include layout.template|template with { "menu" : menu, "theme" : theme, "block" : block, "self" : layout } only %} {% endblock navigation_header %} {% block body_class %} {{function("get_body_class", "")|join(' ')}} {% endblock body_class %} {% block content_hero %} {% endblock content_hero %} {% block content_1 %} {{post.content}} {% endblock %} {% block content_2 %} {{post.blended_block_2 | shortcodes}} {% endblock %} {% block content_3 %} {# {{post.blended_block_3 | shortcodes}} #}

Brands We Stock

{% set content = theme.fixtures.products_slide %} {% set layout = theme.layouts.products_slide %} {% include layout.template|template with { "content" : content, "theme" : theme, "block" : block, "self" : layout } only %}
{% endblock %} {% block content_4 %} {{post.blended_block_4 | shortcodes}} {% endblock %} {% block content_5 %} {% endblock %} {% block content_6 %}

{{theme.meta.config.other_data.address_title}}

{{theme.meta.config.other_data.address_text}} {{theme.meta.config.other_data.get_directions_title}}

{{theme.meta.config.other_data.contact_title}}

{{theme.meta.config.other_data.contact_text}} {{theme.meta.config.other_data.contact_email_title}}

{{theme.meta.config.other_data.hours_title}}

{% endblock %} {% block content_footer %}
{{footer_widgets}} {% endblock content_footer %} {% block navigation_footer %} {% set menu = get_nav_menu("footer" , get_block_data(theme, "nav", "wide")) %} {% set layout = theme.layouts.footer_nav %} {% set block = get_block_data(theme, "nav", "wide") %} {% include layout.template|template with { "menu" : menu, "theme" : theme, "block" : block, "self" : layout } only %} {% endblock navigation_footer %}